Html Css Color HEX #AA9072 Mongoose

📋 copy color: '#AA9072'

red 170 ◦ green 144 ◦ blue 114

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

Shades of Mongoose #AA9072

Tints of Mongoose #AA9072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 39.72%
G = 33.64%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA9072 (or 0xAA9072) is known color: Mongoose. HEX triplet: AA, 90 and 72. RGB value is (170,144,114). Sum of RGB (Red+Green+Blue) = 170+144+114=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9072 is #556F8D. Grayscale: #949494. Windows color (decimal): -5599118 or 7508138. OLE color: 7508138.

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

Color convert

RGB 170 144 114 -
CMYK 0 0.15 0.33 0.33
HSL 32.14º 0.25% 0.56% -
HSV(B) 32.14º 0.33% 0.67% -
XYZ 29.59 29.71 20.09 -
YUV 148.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 170 144 114 0 0.15 0.33 0.33 32.14 0.25 0.56
Hex AA 90 72 0 F 21 21 20 19 38
Octal 252 220 162 0 17 41 41 40 31 70
Binary 10101010 10010000 1110010 0 1111 100001 100001 100000 11001 111000

Color Harmonies of #AA9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9072

Black with #AA9072

Text Example


Text Example

White with #AA9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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