#AC5A37

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

Shades of Vesuvius #AC5A37

Tints of Vesuvius #AC5A37

Color information

#AC5A37 (or 0xAC5A37) is unknown color: approx Vesuvius. HEX triplet: AC, 5A and 37. RGB value is (172,90,55). Sum of RGB (Red+Green+Blue) = 172+90+55=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A37 is #53A5C8. Grayscale: #6E6E6E. Windows color (decimal): -5481929 or 3627692. OLE color: 3627692.

HSL color Cylindrical-coordinate representation of color #AC5A37: hue angle of 17.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC5A37 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1729055-
CMYK00.480.680.33
HSL17.95º51.54%44.51%-
HSV(B)17.95º68.02%67.45%-
XYZ21.3616.365.65-
YUV110.5396.67171.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 55 (21.88% from 255) = 17.35%
R=54.26%
G=28.39%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172905500.480.680.3317.9551.5444.51
HexAC5A37030442112342d
Octal2541326706010441226455
Binary1010110010110101101110110000100010010000110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A37; }

 p { color: rgb(172,90,55); }

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

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

 a { background-color: rgb(172,90,55); }

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

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

 span { border-color: rgb(172,90,55); }

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