#A99170

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

Shades of Mongoose #A99170

Tints of Mongoose #A99170

Color information

#A99170 (or 0xA99170) is unknown color: approx Mongoose. HEX triplet: A9, 91 and 70. RGB value is (169,145,112). Sum of RGB (Red+Green+Blue) = 169+145+112=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A99170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99170 is #566E8F. Grayscale: #949494. Windows color (decimal): -5664400 or 7377321. OLE color: 7377321.

HSL color Cylindrical-coordinate representation of color #A99170: hue angle of 34.74º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A99170 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169145112-
CMYK00.140.340.34
HSL34.74º24.89%55.1%-
HSV(B)34.74º33.73%66.27%-
XYZ29.4129.8619.54-
YUV148.41107.45142.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=39.67%
G=34.04%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914511200.140.340.3434.7424.8955.1
HexA991700E2222231937
Octal2512211600164242433167
Binary101010011001000111100000111010001010001010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99170; }

 p { color: rgb(169,145,112); }

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

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

 a { background-color: rgb(169,145,112); }

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

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

 span { border-color: rgb(169,145,112); }

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