#A98E6D

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

Shades of Mongoose #A98E6D

Tints of Mongoose #A98E6D

Color information

#A98E6D (or 0xA98E6D) is unknown color: approx Mongoose. HEX triplet: A9, 8E and 6D. RGB value is (169,142,109). Sum of RGB (Red+Green+Blue) = 169+142+109=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E6D is #567192. Grayscale: #929292. Windows color (decimal): -5665171 or 7179945. OLE color: 7179945.

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

Color convert

RGB169142109-
CMYK00.160.360.34
HSL33º25.86%54.51%-
HSV(B)33º35.5%66.27%-
XYZ28.828.8918.53-
YUV146.31106.95144.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=40.24%
G=33.81%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914210900.160.360.343325.8654.51
HexA98E6D0102422211a37
Octal2512161550204442413267
Binary1010100110001110110110101000010010010001010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E6D; }

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

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

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

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

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

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

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

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