#AA5731

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

Shades of Vesuvius #AA5731

Tints of Vesuvius #AA5731

Color information

#AA5731 (or 0xAA5731) is unknown color: approx Vesuvius. HEX triplet: AA, 57 and 31. RGB value is (170,87,49). Sum of RGB (Red+Green+Blue) = 170+87+49=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5731 is #55A8CE. Grayscale: #6B6B6B. Windows color (decimal): -5613775 or 3233706. OLE color: 3233706.

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

Color convert

RGB1708749-
CMYK00.490.710.33
HSL18.84º55.25%42.94%-
HSV(B)18.84º71.18%66.67%-
XYZ20.5415.584.83-
YUV107.4895172.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=55.56%
G=28.43%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170874900.490.710.3318.8455.2542.94
HexAA5731031472113372b
Octal2521276106110741236753
Binary1010101010101111100010110001100011110000110011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5731; }

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

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

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

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

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

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

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

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