Html Css Color HEX #AA9472 Mongoose

📋 copy color: '#AA9472'

red 170 ◦ green 148 ◦ blue 114

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

Shades of Mongoose #AA9472

Tints of Mongoose #AA9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 39.35%
G = 34.26%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA9472 (or 0xAA9472) is known color: Mongoose. HEX triplet: AA, 94 and 72. RGB value is (170,148,114). Sum of RGB (Red+Green+Blue) = 170+148+114=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9472 is #556B8D. Grayscale: #969696. Windows color (decimal): -5598094 or 7509162. OLE color: 7509162.

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

Color convert

RGB 170 148 114 -
CMYK 0 0.13 0.33 0.33
HSL 36.43º 0.25% 0.56% -
HSV(B) 36.43º 0.33% 0.67% -
XYZ 30.2 30.94 20.3 -
YUV 150.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 170 148 114 0 0.13 0.33 0.33 36.43 0.25 0.56
Hex AA 94 72 0 D 21 21 24 19 38
Octal 252 224 162 0 15 41 41 44 31 70
Binary 10101010 10010100 1110010 0 1101 100001 100001 100100 11001 111000

Color Harmonies of #AA9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9472

Black with #AA9472

Text Example


Text Example

White with #AA9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9472; }

 p { color: rgb(170,148,114); }

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

background-color css

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

 a { background-color: rgb(170,148,114); }

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

border-color css

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

 span { border-color: rgb(170,148,114); }

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