#ac5534

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

Shades of Vesuvius #AC5534

Tints of Vesuvius #AC5534

Color information

#AC5534 (or 0xAC5534) is unknown color: approx Vesuvius. HEX triplet: AC, 55 and 34. RGB value is (172,85,52). Sum of RGB (Red+Green+Blue) = 172+85+52=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5534 is #53AACB. Grayscale: #6B6B6B. Windows color (decimal): -5483212 or 3429804. OLE color: 3429804.

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

Color convert

RGB1728552-
CMYK00.510.700.33
HSL16.5º53.57%43.92%-
HSV(B)16.5º69.77%67.45%-
XYZ20.8815.525.14-
YUV107.2596.82174.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.66%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=55.66%
G=27.51%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172855200.510.700.3316.553.5743.92
HexAC5534033462110362c
Octal2541256406310641206654
Binary1010110010101011101000110011100011010000110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5534; }

 p { color: rgb(172,85,52); }

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

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

 a { background-color: rgb(172,85,52); }

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

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

 span { border-color: rgb(172,85,52); }

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