Html Css Color HEX #AA8D6C Mongoose

📋 copy color: '#AA8D6C'

red 170 ◦ green 141 ◦ blue 108

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

Shades of Mongoose #AA8D6C

Tints of Mongoose #AA8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

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

R = 40.57%
G = 33.65%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA8D6C (or 0xAA8D6C) is known color: Mongoose. HEX triplet: AA, 8D and 6C. RGB value is (170,141,108). Sum of RGB (Red+Green+Blue) = 170+141+108=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D6C is #557293. Grayscale: #929292. Windows color (decimal): -5599892 or 7114154. OLE color: 7114154.

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

Color convert

RGB 170 141 108 -
CMYK 0 0.17 0.36 0.33
HSL 31.94º 0.27% 0.55% -
HSV(B) 31.94º 0.36% 0.67% -
XYZ 28.81 28.68 18.2 -
YUV 145.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 170 141 108 0 0.17 0.36 0.33 31.94 0.27 0.55
Hex AA 8D 6C 0 11 24 21 20 1B 37
Octal 252 215 154 0 21 44 41 40 33 67
Binary 10101010 10001101 1101100 0 10001 100100 100001 100000 11011 110111

Color Harmonies of #AA8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D6C

Black with #AA8D6C

Text Example


Text Example

White with #AA8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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