Html Css Color HEX #AA5C39 Vesuvius

📋 copy color: '#AA5C39'

red 170 ◦ green 92 ◦ blue 57

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

Shades of Vesuvius #AA5C39

Tints of Vesuvius #AA5C39

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 53.29%
G = 28.84%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA5C39 (or 0xAA5C39) is known color: Vesuvius. HEX triplet: AA, 5C and 39. RGB value is (170,92,57). Sum of RGB (Red+Green+Blue) = 170+92+57=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C39 is #55A3C6. Grayscale: #6F6F6F. Windows color (decimal): -5612487 or 3759274. OLE color: 3759274.

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

Color convert

RGB 170 92 57 -
CMYK 0 0.46 0.66 0.33
HSL 18.58º 0.5% 0.45% -
HSV(B) 18.58º 0.66% 0.67% -
XYZ 21.14 16.5 5.94 -
YUV 111.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 170 92 57 0 0.46 0.66 0.33 18.58 0.5 0.45
Hex AA 5C 39 0 2E 42 21 13 32 2D
Octal 252 134 71 0 56 102 41 23 62 55
Binary 10101010 1011100 111001 0 101110 1000010 100001 10011 110010 101101

Color Harmonies of #AA5C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C39

Black with #AA5C39

Text Example


Text Example

White with #AA5C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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