Html Css Color HEX #AA5831 Vesuvius

📋 copy color: '#AA5831'

red 170 ◦ green 88 ◦ blue 49

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

Shades of Vesuvius #AA5831

Tints of Vesuvius #AA5831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

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

R = 55.37%
G = 28.66%
B = 15.96%

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

#AA5831 (or 0xAA5831) is known color: Vesuvius. HEX triplet: AA, 58 and 31. RGB value is (170,88,49). Sum of RGB (Red+Green+Blue) = 170+88+49=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5831 is #55A7CE. Grayscale: #6C6C6C. Windows color (decimal): -5613519 or 3233962. OLE color: 3233962.

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

Color convert

RGB 170 88 49 -
CMYK 0 0.48 0.71 0.33
HSL 19.34º 0.55% 0.43% -
HSV(B) 19.34º 0.71% 0.67% -
XYZ 20.62 15.75 4.86 -
YUV 108.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 170 88 49 0 0.48 0.71 0.33 19.34 0.55 0.43
Hex AA 58 31 0 30 47 21 13 37 2B
Octal 252 130 61 0 60 107 41 23 67 53
Binary 10101010 1011000 110001 0 110000 1000111 100001 10011 110111 101011

Color Harmonies of #AA5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5831

Black with #AA5831

Text Example


Text Example

White with #AA5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5831; }

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

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

background-color css

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

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

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

border-color css

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

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

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