Html Css Color HEX #AA5732 Vesuvius

📋 copy color: '#AA5732'

red 170 ◦ green 87 ◦ blue 50

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

Shades of Vesuvius #AA5732

Tints of Vesuvius #AA5732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 55.37%
G = 28.34%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA5732 (or 0xAA5732) is known color: Vesuvius. HEX triplet: AA, 57 and 32. RGB value is (170,87,50). Sum of RGB (Red+Green+Blue) = 170+87+50=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5732 is #55A8CD. Grayscale: #6B6B6B. Windows color (decimal): -5613774 or 3299242. OLE color: 3299242.

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

Color convert

RGB 170 87 50 -
CMYK 0 0.49 0.71 0.33
HSL 18.5º 0.55% 0.43% -
HSV(B) 18.5º 0.71% 0.67% -
XYZ 20.56 15.59 4.94 -
YUV 107.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 170 87 50 0 0.49 0.71 0.33 18.5 0.55 0.43
Hex AA 57 32 0 31 47 21 12 37 2B
Octal 252 127 62 0 61 107 41 22 67 53
Binary 10101010 1010111 110010 0 110001 1000111 100001 10010 110111 101011

Color Harmonies of #AA5732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5732

Black with #AA5732

Text Example


Text Example

White with #AA5732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5732; }

 p { color: rgb(170,87,50); }

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

background-color css

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

 a { background-color: rgb(170,87,50); }

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

border-color css

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

 span { border-color: rgb(170,87,50); }

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