Html Css Color HEX #AA5A39 Vesuvius

📋 copy color: '#AA5A39'

red 170 ◦ green 90 ◦ blue 57

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

Shades of Vesuvius #AA5A39

Tints of Vesuvius #AA5A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 53.63%
G = 28.39%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA5A39 (or 0xAA5A39) is known color: Vesuvius. HEX triplet: AA, 5A and 39. RGB value is (170,90,57). Sum of RGB (Red+Green+Blue) = 170+90+57=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A39 is #55A5C6. Grayscale: #6E6E6E. Windows color (decimal): -5612999 or 3758762. OLE color: 3758762.

HSL color Cylindrical-coordinate representation of color #AA5A39: hue angle of 17.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA5A39 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 90 57 -
CMYK 0 0.47 0.66 0.33
HSL 17.52º 0.5% 0.45% -
HSV(B) 17.52º 0.66% 0.67% -
XYZ 20.97 16.15 5.88 -
YUV 110.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 170 90 57 0 0.47 0.66 0.33 17.52 0.5 0.45
Hex AA 5A 39 0 2F 42 21 12 32 2D
Octal 252 132 71 0 57 102 41 22 62 55
Binary 10101010 1011010 111001 0 101111 1000010 100001 10010 110010 101101

Color Harmonies of #AA5A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A39

Black with #AA5A39

Text Example


Text Example

White with #AA5A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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