#A99076

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

Shades of Mongoose #A99076

Tints of Mongoose #A99076

Color information

#A99076 (or 0xA99076) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 76. RGB value is (169,144,118). Sum of RGB (Red+Green+Blue) = 169+144+118=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A99076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99076 is #566F89. Grayscale: #949494. Windows color (decimal): -5664650 or 7770281. OLE color: 7770281.

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

Color convert

RGB169144118-
CMYK00.150.300.34
HSL30.59º22.87%56.27%-
HSV(B)30.59º30.18%66.27%-
XYZ29.6129.6921.31-
YUV148.51110.78142.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=39.21%
G=33.41%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914411800.150.300.3430.5922.8756.27
HexA990760F1E221f1738
Octal2512201660173642372770
Binary1010100110010000111011001111111101000101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99076; }

 p { color: rgb(169,144,118); }

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

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

 a { background-color: rgb(169,144,118); }

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

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

 span { border-color: rgb(169,144,118); }

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