#AC5432

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

Shades of Vesuvius #AC5432

Tints of Vesuvius #AC5432

Color information

#AC5432 (or 0xAC5432) is unknown color: approx Vesuvius. HEX triplet: AC, 54 and 32. RGB value is (172,84,50). Sum of RGB (Red+Green+Blue) = 172+84+50=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5432 is #53ABCD. Grayscale: #6A6A6A. Windows color (decimal): -5483470 or 3298476. OLE color: 3298476.

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

Color convert

RGB1728450-
CMYK00.510.710.33
HSL16.72º54.95%43.53%-
HSV(B)16.72º70.93%67.45%-
XYZ20.7615.344.88-
YUV106.4496.15174.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.21%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=56.21%
G=27.45%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172845000.510.710.3316.7254.9543.53
HexAC5432033472111372c
Octal2541246206310741216754
Binary1010110010101001100100110011100011110000110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5432; }

 p { color: rgb(172,84,50); }

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

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

 a { background-color: rgb(172,84,50); }

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

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

 span { border-color: rgb(172,84,50); }

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