#A98E66

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

Shades of Mongoose #A98E66

Tints of Mongoose #A98E66

Color information

#A98E66 (or 0xA98E66) is unknown color: approx Mongoose. HEX triplet: A9, 8E and 66. RGB value is (169,142,102). Sum of RGB (Red+Green+Blue) = 169+142+102=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E66 is #567199. Grayscale: #919191. Windows color (decimal): -5665178 or 6721193. OLE color: 6721193.

HSL color Cylindrical-coordinate representation of color #A98E66: hue angle of 35.82º 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 #A98E66 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169142102-
CMYK00.160.400.34
HSL35.82º28.03%53.14%-
HSV(B)35.82º39.64%66.27%-
XYZ28.4328.7416.62-
YUV145.51103.45144.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=40.92%
G=34.38%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914210200.160.400.3435.8228.0353.14
HexA98E660102822241c35
Octal2512161460205042443465
Binary1010100110001110110011001000010100010001010010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E66; }

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

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

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

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

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

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

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

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