#AA8875

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

Shades of Mongoose #AA8875

Tints of Mongoose #AA8875

Color information

#AA8875 (or 0xAA8875) is unknown color: approx Mongoose. HEX triplet: AA, 88 and 75. RGB value is (170,136,117). Sum of RGB (Red+Green+Blue) = 170+136+117=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8875 is #55778A. Grayscale: #909090. Windows color (decimal): -5601163 or 7702698. OLE color: 7702698.

HSL color Cylindrical-coordinate representation of color #AA8875: hue angle of 21.51º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8875 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170136117-
CMYK00.200.310.33
HSL21.51º23.77%56.27%-
HSV(B)21.51º31.18%66.67%-
XYZ28.5927.4420.62-
YUV144112.76146.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=40.19%
G=32.15%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013611700.200.310.3321.5123.7756.27
HexAA88750141F21161838
Octal2522101650243741263070
Binary10101010100010001110101010100111111000011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8875; }

 p { color: rgb(170,136,117); }

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

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

 a { background-color: rgb(170,136,117); }

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

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

 span { border-color: rgb(170,136,117); }

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