Html Css Color HEX #AA886C Mongoose

📋 copy color: '#AA886C'

red 170 ◦ green 136 ◦ blue 108

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

Shades of Mongoose #AA886C

Tints of Mongoose #AA886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 41.06%
G = 32.85%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA886C (or 0xAA886C) is known color: Mongoose. HEX triplet: AA, 88 and 6C. RGB value is (170,136,108). Sum of RGB (Red+Green+Blue) = 170+136+108=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA886C is #557793. Grayscale: #8F8F8F. Windows color (decimal): -5601172 or 7112874. OLE color: 7112874.

HSL color Cylindrical-coordinate representation of color #AA886C: hue angle of 27.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA886C is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 136 108 -
CMYK 0 0.20 0.36 0.33
HSL 27.1º 0.27% 0.55% -
HSV(B) 27.1º 0.36% 0.67% -
XYZ 28.09 27.24 17.96 -
YUV 142.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 170 136 108 0 0.20 0.36 0.33 27.1 0.27 0.55
Hex AA 88 6C 0 14 24 21 1B 1B 37
Octal 252 210 154 0 24 44 41 33 33 67
Binary 10101010 10001000 1101100 0 10100 100100 100001 11011 11011 110111

Color Harmonies of #AA886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA886C

Black with #AA886C

Text Example


Text Example

White with #AA886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA886C; }

 p { color: rgb(170,136,108); }

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

background-color css

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

 a { background-color: rgb(170,136,108); }

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

border-color css

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

 span { border-color: rgb(170,136,108); }

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