Html Css Color HEX #AA9370 Mongoose

📋 copy color: '#AA9370'

red 170 ◦ green 147 ◦ blue 112

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

Shades of Mongoose #AA9370

Tints of Mongoose #AA9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

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

R = 39.63%
G = 34.27%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA9370 (or 0xAA9370) is known color: Mongoose. HEX triplet: AA, 93 and 70. RGB value is (170,147,112). Sum of RGB (Red+Green+Blue) = 170+147+112=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9370 is #556C8F. Grayscale: #969696. Windows color (decimal): -5598352 or 7377834. OLE color: 7377834.

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

Color convert

RGB 170 147 112 -
CMYK 0 0.14 0.34 0.33
HSL 36.21º 0.25% 0.55% -
HSV(B) 36.21º 0.34% 0.67% -
XYZ 29.94 30.58 19.65 -
YUV 149.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 170 147 112 0 0.14 0.34 0.33 36.21 0.25 0.55
Hex AA 93 70 0 E 22 21 24 19 37
Octal 252 223 160 0 16 42 41 44 31 67
Binary 10101010 10010011 1110000 0 1110 100010 100001 100100 11001 110111

Color Harmonies of #AA9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9370

Black with #AA9370

Text Example


Text Example

White with #AA9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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