#AA5933

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

Shades of Vesuvius #AA5933

Tints of Vesuvius #AA5933

Color information

#AA5933 (or 0xAA5933) is unknown color: approx Vesuvius. HEX triplet: AA, 59 and 33. RGB value is (170,89,51). Sum of RGB (Red+Green+Blue) = 170+89+51=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5933 is #55A6CC. Grayscale: #6D6D6D. Windows color (decimal): -5613261 or 3365290. OLE color: 3365290.

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

Color convert

RGB1708951-
CMYK00.480.70.33
HSL19.16º53.85%43.33%-
HSV(B)19.16º70%66.67%-
XYZ20.7515.935.11-
YUV108.8995.34171.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=54.84%
G=28.71%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170895100.480.70.3319.1653.8543.33
HexAA5933030462113362b
Octal2521316306010641236653
Binary1010101010110011100110110000100011010000110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5933; }

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

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

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

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

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

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

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

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