#AA5C33

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

Shades of Vesuvius #AA5C33

Tints of Vesuvius #AA5C33

Color information

#AA5C33 (or 0xAA5C33) is unknown color: approx Vesuvius. HEX triplet: AA, 5C and 33. RGB value is (170,92,51). Sum of RGB (Red+Green+Blue) = 170+92+51=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C33 is #55A3CC. Grayscale: #6E6E6E. Windows color (decimal): -5612493 or 3366058. OLE color: 3366058.

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

Color convert

RGB1709251-
CMYK00.460.70.33
HSL20.67º53.85%43.33%-
HSV(B)20.67º70%66.67%-
XYZ2116.445.2-
YUV110.6594.34170.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=54.31%
G=29.39%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170925100.460.70.3320.6753.8543.33
HexAA5C3302E462115362b
Octal2521346305610641256653
Binary1010101010111001100110101110100011010000110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C33; }

 p { color: rgb(170,92,51); }

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

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

 a { background-color: rgb(170,92,51); }

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

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

 span { border-color: rgb(170,92,51); }

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