Html Css Color HEX #AA8A70 Mongoose

📋 copy color: '#AA8A70'

red 170 ◦ green 138 ◦ blue 112

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

Shades of Mongoose #AA8A70

Tints of Mongoose #AA8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

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

R = 40.48%
G = 32.86%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8A70 (or 0xAA8A70) is known color: Mongoose. HEX triplet: AA, 8A and 70. RGB value is (170,138,112). Sum of RGB (Red+Green+Blue) = 170+138+112=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A70 is #55758F. Grayscale: #909090. Windows color (decimal): -5600656 or 7375530. OLE color: 7375530.

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

Color convert

RGB 170 138 112 -
CMYK 0 0.19 0.34 0.33
HSL 26.9º 0.25% 0.55% -
HSV(B) 26.9º 0.34% 0.67% -
XYZ 28.59 27.89 19.21 -
YUV 144.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 170 138 112 0 0.19 0.34 0.33 26.9 0.25 0.55
Hex AA 8A 70 0 13 22 21 1B 19 37
Octal 252 212 160 0 23 42 41 33 31 67
Binary 10101010 10001010 1110000 0 10011 100010 100001 11011 11001 110111

Color Harmonies of #AA8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A70

Black with #AA8A70

Text Example


Text Example

White with #AA8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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