#AA8975

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

Shades of Mongoose #AA8975

Tints of Mongoose #AA8975

Color information

#AA8975 (or 0xAA8975) is unknown color: approx Mongoose. HEX triplet: AA, 89 and 75. RGB value is (170,137,117). Sum of RGB (Red+Green+Blue) = 170+137+117=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8975 is #55768A. Grayscale: #909090. Windows color (decimal): -5600907 or 7702954. OLE color: 7702954.

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

Color convert

RGB170137117-
CMYK00.190.310.33
HSL22.64º23.77%56.27%-
HSV(B)22.64º31.18%66.67%-
XYZ28.7327.7220.67-
YUV144.59112.43146.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=40.09%
G=32.31%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013711700.190.310.3322.6423.7756.27
HexAA89750131F21171838
Octal2522111650233741273070
Binary10101010100010011110101010011111111000011011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8975; }

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

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

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

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

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

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

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

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