#A99071

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

Shades of Mongoose #A99071

Tints of Mongoose #A99071

Color information

#A99071 (or 0xA99071) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 71. RGB value is (169,144,113). Sum of RGB (Red+Green+Blue) = 169+144+113=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A99071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99071 is #566F8E. Grayscale: #949494. Windows color (decimal): -5664655 or 7442601. OLE color: 7442601.

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

Color convert

RGB169144113-
CMYK00.150.330.34
HSL33.21º24.56%55.29%-
HSV(B)33.21º33.14%66.27%-
XYZ29.3229.5719.79-
YUV147.94108.28143.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=39.67%
G=33.80%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914411300.150.330.3433.2124.5655.29
HexA990710F2122211937
Octal2512201610174142413167
Binary101010011001000011100010111110000110001010000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99071; }

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

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

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

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

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

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

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

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