Html Css Color HEX #AA8D6B Mongoose

📋 copy color: '#AA8D6B'

red 170 ◦ green 141 ◦ blue 107

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

Shades of Mongoose #AA8D6B

Tints of Mongoose #AA8D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 40.67%
G = 33.73%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA8D6B (or 0xAA8D6B) is known color: Mongoose. HEX triplet: AA, 8D and 6B. RGB value is (170,141,107). Sum of RGB (Red+Green+Blue) = 170+141+107=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D6B is #557294. Grayscale: #919191. Windows color (decimal): -5599893 or 7048618. OLE color: 7048618.

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

Color convert

RGB 170 141 107 -
CMYK 0 0.17 0.37 0.33
HSL 32.38º 0.27% 0.54% -
HSV(B) 32.38º 0.37% 0.67% -
XYZ 28.76 28.66 17.93 -
YUV 145.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 170 141 107 0 0.17 0.37 0.33 32.38 0.27 0.54
Hex AA 8D 6B 0 11 25 21 20 1B 36
Octal 252 215 153 0 21 45 41 40 33 66
Binary 10101010 10001101 1101011 0 10001 100101 100001 100000 11011 110110

Color Harmonies of #AA8D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D6B

Black with #AA8D6B

Text Example


Text Example

White with #AA8D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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