Html Css Color HEX #AA5A36 Vesuvius

📋 copy color: '#AA5A36'

red 170 ◦ green 90 ◦ blue 54

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

Shades of Vesuvius #AA5A36

Tints of Vesuvius #AA5A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 54.14%
G = 28.66%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA5A36 (or 0xAA5A36) is known color: Vesuvius. HEX triplet: AA, 5A and 36. RGB value is (170,90,54). Sum of RGB (Red+Green+Blue) = 170+90+54=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A36 is #55A5C9. Grayscale: #6E6E6E. Windows color (decimal): -5613002 or 3562154. OLE color: 3562154.

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

Color convert

RGB 170 90 54 -
CMYK 0 0.47 0.68 0.33
HSL 18.62º 0.52% 0.44% -
HSV(B) 18.62º 0.68% 0.67% -
XYZ 20.9 16.12 5.5 -
YUV 109.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 170 90 54 0 0.47 0.68 0.33 18.62 0.52 0.44
Hex AA 5A 36 0 2F 44 21 13 34 2C
Octal 252 132 66 0 57 104 41 23 64 54
Binary 10101010 1011010 110110 0 101111 1000100 100001 10011 110100 101100

Color Harmonies of #AA5A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A36

Black with #AA5A36

Text Example


Text Example

White with #AA5A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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