Html Css Color HEX #AA8870 Mongoose

📋 copy color: '#AA8870'

red 170 ◦ green 136 ◦ blue 112

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

Shades of Mongoose #AA8870

Tints of Mongoose #AA8870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 40.67%
G = 32.54%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8870 (or 0xAA8870) is known color: Mongoose. HEX triplet: AA, 88 and 70. RGB value is (170,136,112). Sum of RGB (Red+Green+Blue) = 170+136+112=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8870 is #55778F. Grayscale: #8F8F8F. Windows color (decimal): -5601168 or 7375018. OLE color: 7375018.

HSL color Cylindrical-coordinate representation of color #AA8870: hue angle of 24.83º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8870 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 112 -
CMYK 0 0.20 0.34 0.33
HSL 24.83º 0.25% 0.55% -
HSV(B) 24.83º 0.34% 0.67% -
XYZ 28.31 27.32 19.11 -
YUV 143.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 170 136 112 0 0.20 0.34 0.33 24.83 0.25 0.55
Hex AA 88 70 0 14 22 21 19 19 37
Octal 252 210 160 0 24 42 41 31 31 67
Binary 10101010 10001000 1110000 0 10100 100010 100001 11001 11001 110111

Color Harmonies of #AA8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8870

Black with #AA8870

Text Example


Text Example

White with #AA8870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8870; }

 p { color: rgb(170,136,112); }

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

background-color css

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

 a { background-color: rgb(170,136,112); }

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

border-color css

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

 span { border-color: rgb(170,136,112); }

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