#A99166

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

Shades of Mongoose #A99166

Tints of Mongoose #A99166

Color information

#A99166 (or 0xA99166) is unknown color: approx Mongoose. HEX triplet: A9, 91 and 66. RGB value is (169,145,102). Sum of RGB (Red+Green+Blue) = 169+145+102=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A99166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99166 is #566E99. Grayscale: #939393. Windows color (decimal): -5664410 or 6721961. OLE color: 6721961.

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

Color convert

RGB169145102-
CMYK00.140.400.34
HSL38.51º28.03%53.14%-
HSV(B)38.51º39.64%66.27%-
XYZ28.8929.6516.77-
YUV147.27102.45143.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=40.62%
G=34.86%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914510200.140.400.3438.5128.0353.14
HexA991660E2822271c35
Octal2512211460165042473465
Binary101010011001000111001100111010100010001010011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99166; }

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

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

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

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

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

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

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

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