#AA8E6A

Color #AA8E6A Mongoose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mongoose #AA8E6A

Tints of Mongoose #AA8E6A

Color information

#AA8E6A (or 0xAA8E6A) is unknown color: approx Mongoose. HEX triplet: AA, 8E and 6A. RGB value is (170,142,106). Sum of RGB (Red+Green+Blue) = 170+142+106=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E6A is #557195. Grayscale: #929292. Windows color (decimal): -5599638 or 6983338. OLE color: 6983338.

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

Color convert

RGB170142106-
CMYK00.160.380.33
HSL33.75º27.35%54.12%-
HSV(B)33.75º37.65%66.67%-
XYZ28.8528.9317.7-
YUV146.27105.28144.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=40.67%
G=33.97%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014210600.160.380.3333.7527.3554.12
HexAA8E6A0102621221b36
Octal2522161520204641423366
Binary1010101010001110110101001000010011010000110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E6A; }

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

 H1.HeaderClassName
 {
   color: #AA8E6A;
 }
 .AnyTagClassName
 {
   color: #AA8E6A;
 }
</style>
background-color css

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

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

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

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

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

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