#AA5A31

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

Shades of Vesuvius #AA5A31

Tints of Vesuvius #AA5A31

Color information

#AA5A31 (or 0xAA5A31) is unknown color: approx Vesuvius. HEX triplet: AA, 5A and 31. RGB value is (170,90,49). Sum of RGB (Red+Green+Blue) = 170+90+49=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A31 is #55A5CE. Grayscale: #6D6D6D. Windows color (decimal): -5613007 or 3234474. OLE color: 3234474.

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

Color convert

RGB1709049-
CMYK00.470.710.33
HSL20.33º55.25%42.94%-
HSV(B)20.33º71.18%66.67%-
XYZ20.7916.084.91-
YUV109.2594171.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=55.02%
G=29.13%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170904900.470.710.3320.3355.2542.94
HexAA5A3102F472114372b
Octal2521326105710741246753
Binary1010101010110101100010101111100011110000110100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A31; }

 p { color: rgb(170,90,49); }

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

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

 a { background-color: rgb(170,90,49); }

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

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

 span { border-color: rgb(170,90,49); }

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