Html Css Color HEX #AA8D6A Mongoose

📋 copy color: '#AA8D6A'

red 170 ◦ green 141 ◦ blue 106

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

Shades of Mongoose #AA8D6A

Tints of Mongoose #AA8D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 40.77%
G = 33.81%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA8D6A (or 0xAA8D6A) is known color: Mongoose. HEX triplet: AA, 8D and 6A. RGB value is (170,141,106). Sum of RGB (Red+Green+Blue) = 170+141+106=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D6A is #557295. Grayscale: #919191. Windows color (decimal): -5599894 or 6983082. OLE color: 6983082.

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

Color convert

RGB 170 141 106 -
CMYK 0 0.17 0.38 0.33
HSL 32.81º 0.27% 0.54% -
HSV(B) 32.81º 0.38% 0.67% -
XYZ 28.7 28.64 17.65 -
YUV 145.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 170 141 106 0 0.17 0.38 0.33 32.81 0.27 0.54
Hex AA 8D 6A 0 11 26 21 21 1B 36
Octal 252 215 152 0 21 46 41 41 33 66
Binary 10101010 10001101 1101010 0 10001 100110 100001 100001 11011 110110

Color Harmonies of #AA8D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D6A

Black with #AA8D6A

Text Example


Text Example

White with #AA8D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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