Html Css Color HEX #AA8C72 Mongoose

📋 copy color: '#AA8C72'

red 170 ◦ green 140 ◦ blue 114

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

Shades of Mongoose #AA8C72

Tints of Mongoose #AA8C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

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

R = 40.09%
G = 33.02%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA8C72 (or 0xAA8C72) is known color: Mongoose. HEX triplet: AA, 8C and 72. RGB value is (170,140,114). Sum of RGB (Red+Green+Blue) = 170+140+114=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C72 is #55738D. Grayscale: #929292. Windows color (decimal): -5600142 or 7507114. OLE color: 7507114.

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

Color convert

RGB 170 140 114 -
CMYK 0 0.18 0.33 0.33
HSL 27.86º 0.25% 0.56% -
HSV(B) 27.86º 0.33% 0.67% -
XYZ 28.99 28.52 19.9 -
YUV 146.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 170 140 114 0 0.18 0.33 0.33 27.86 0.25 0.56
Hex AA 8C 72 0 12 21 21 1C 19 38
Octal 252 214 162 0 22 41 41 34 31 70
Binary 10101010 10001100 1110010 0 10010 100001 100001 11100 11001 111000

Color Harmonies of #AA8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C72

Black with #AA8C72

Text Example


Text Example

White with #AA8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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