#AC5B35

Color #AC5B35 Vesuvius (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vesuvius #AC5B35

Tints of Vesuvius #AC5B35

Color information

#AC5B35 (or 0xAC5B35) is unknown color: approx Vesuvius. HEX triplet: AC, 5B and 35. RGB value is (172,91,53). Sum of RGB (Red+Green+Blue) = 172+91+53=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B35 is #53A4CA. Grayscale: #6F6F6F. Windows color (decimal): -5481675 or 3496876. OLE color: 3496876.

HSL color Cylindrical-coordinate representation of color #AC5B35: hue angle of 19.16º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC5B35 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1729153-
CMYK00.470.690.33
HSL19.16º52.89%44.12%-
HSV(B)19.16º69.19%67.45%-
XYZ21.416.515.43-
YUV110.8995.34171.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=54.43%
G=28.80%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172915300.470.690.3319.1652.8944.12
HexAC5B3502F452113352c
Octal2541336505710541236554
Binary1010110010110111101010101111100010110000110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B35; }

 p { color: rgb(172,91,53); }

 H1.HeaderClassName
 {
   color: #AC5B35;
 }
 .AnyTagClassName
 {
   color: #AC5B35;
 }
</style>
background-color css

<style>
 a { background-color: #AC5B35; }

 a { background-color: rgb(172,91,53); }

 div.DivClassName
 {
   background-color: #AC5B35;
 }
 .BgClassName
 {
   background-color: #AC5B35;
 }
</style>
border-color css

<style>
 span { border-color: #AC5B35; }

 span { border-color: rgb(172,91,53); }

 td.TdClassName
 {
   border-color: #AC5B35;
 }
 .TagClassName
 {
   border-color: #AC5B35;
 }
</style>