#AC5C36

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

Shades of Vesuvius #AC5C36

Tints of Vesuvius #AC5C36

Color information

#AC5C36 (or 0xAC5C36) is unknown color: approx Vesuvius. HEX triplet: AC, 5C and 36. RGB value is (172,92,54). Sum of RGB (Red+Green+Blue) = 172+92+54=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C36 is #53A3C9. Grayscale: #6F6F6F. Windows color (decimal): -5481418 or 3562668. OLE color: 3562668.

HSL color Cylindrical-coordinate representation of color #AC5C36: hue angle of 19.32º degrees, saturation: 0.52, 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 #AC5C36 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1729254-
CMYK00.470.690.33
HSL19.32º52.21%44.31%-
HSV(B)19.32º68.6%67.45%-
XYZ21.5116.695.58-
YUV111.5995.5171.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.09%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=54.09%
G=28.93%
B=16.98%

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
Decimal172925400.470.690.3319.3252.2144.31
HexAC5C3602F452113342c
Octal2541346605710541236454
Binary1010110010111001101100101111100010110000110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C36; }

 p { color: rgb(172,92,54); }

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

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

 a { background-color: rgb(172,92,54); }

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

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

 span { border-color: rgb(172,92,54); }

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