#AA5A33

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

Shades of Vesuvius #AA5A33

Tints of Vesuvius #AA5A33

Color information

#AA5A33 (or 0xAA5A33) is unknown color: approx Vesuvius. HEX triplet: AA, 5A and 33. RGB value is (170,90,51). Sum of RGB (Red+Green+Blue) = 170+90+51=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A33 is #55A5CC. Grayscale: #6D6D6D. Windows color (decimal): -5613005 or 3365546. OLE color: 3365546.

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

Color convert

RGB1709051-
CMYK00.470.70.33
HSL19.66º53.85%43.33%-
HSV(B)19.66º70%66.67%-
XYZ20.8316.15.14-
YUV109.4795171.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=54.66%
G=28.94%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170905100.470.70.3319.6653.8543.33
HexAA5A3302F462114362b
Octal2521326305710641246653
Binary1010101010110101100110101111100011010000110100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A33; }

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

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

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

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

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

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

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

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