Html Css Color HEX #AA5931 Vesuvius

📋 copy color: '#AA5931'

red 170 ◦ green 89 ◦ blue 49

#AA5931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vesuvius #AA5931

Tints of Vesuvius #AA5931

RGB

 RED value IS 170 (66.8% from 255) = 55.19%

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 55.19%
G = 28.9%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA5931 (or 0xAA5931) is known color: Vesuvius. HEX triplet: AA, 59 and 31. RGB value is (170,89,49). Sum of RGB (Red+Green+Blue) = 170+89+49=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5931 is #55A6CE. Grayscale: #6C6C6C. Windows color (decimal): -5613263 or 3234218. OLE color: 3234218.

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

Color convert

RGB 170 89 49 -
CMYK 0 0.48 0.71 0.33
HSL 19.83º 0.55% 0.43% -
HSV(B) 19.83º 0.71% 0.67% -
XYZ 20.7 15.91 4.89 -
YUV 108.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 170 89 49 0 0.48 0.71 0.33 19.83 0.55 0.43
Hex AA 59 31 0 30 47 21 14 37 2B
Octal 252 131 61 0 60 107 41 24 67 53
Binary 10101010 1011001 110001 0 110000 1000111 100001 10100 110111 101011

Color Harmonies of #AA5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5931

Black with #AA5931

Text Example


Text Example

White with #AA5931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5931; }

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

 H1.HeaderClassName
 {
   color: #AA5931;
 }
 .AnyTagClassName
 {
   color: #AA5931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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