#A99175

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

Shades of Mongoose #A99175

Tints of Mongoose #A99175

Color information

#A99175 (or 0xA99175) is unknown color: approx Mongoose. HEX triplet: A9, 91 and 75. RGB value is (169,145,117). Sum of RGB (Red+Green+Blue) = 169+145+117=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A99175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99175 is #566E8A. Grayscale: #959595. Windows color (decimal): -5664395 or 7705001. OLE color: 7705001.

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

Color convert

RGB169145117-
CMYK00.140.310.34
HSL32.31º23.21%56.08%-
HSV(B)32.31º30.77%66.27%-
XYZ29.729.9721.05-
YUV148.98109.95142.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=39.21%
G=33.64%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914511700.140.310.3432.3123.2156.08
HexA991750E1F22201738
Octal2512211650163742402770
Binary10101001100100011110101011101111110001010000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99175; }

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

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

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

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

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

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

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

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