Html Css Color HEX #AA8B6A Mongoose

📋 copy color: '#AA8B6A'

red 170 ◦ green 139 ◦ blue 106

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

Shades of Mongoose #AA8B6A

Tints of Mongoose #AA8B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 40.96%
G = 33.49%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA8B6A (or 0xAA8B6A) is known color: Mongoose. HEX triplet: AA, 8B and 6A. RGB value is (170,139,106). Sum of RGB (Red+Green+Blue) = 170+139+106=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B6A is #557495. Grayscale: #909090. Windows color (decimal): -5600406 or 6982570. OLE color: 6982570.

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

Color convert

RGB 170 139 106 -
CMYK 0 0.18 0.38 0.33
HSL 30.94º 0.27% 0.54% -
HSV(B) 30.94º 0.38% 0.67% -
XYZ 28.41 28.05 17.55 -
YUV 144.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 170 139 106 0 0.18 0.38 0.33 30.94 0.27 0.54
Hex AA 8B 6A 0 12 26 21 1F 1B 36
Octal 252 213 152 0 22 46 41 37 33 66
Binary 10101010 10001011 1101010 0 10010 100110 100001 11111 11011 110110

Color Harmonies of #AA8B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B6A

Black with #AA8B6A

Text Example


Text Example

White with #AA8B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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