#A98E70

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

Shades of Mongoose #A98E70

Tints of Mongoose #A98E70

Color information

#A98E70 (or 0xA98E70) is unknown color: approx Mongoose. HEX triplet: A9, 8E and 70. RGB value is (169,142,112). Sum of RGB (Red+Green+Blue) = 169+142+112=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E70 is #56718F. Grayscale: #929292. Windows color (decimal): -5665168 or 7376553. OLE color: 7376553.

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

Color convert

RGB169142112-
CMYK00.160.340.34
HSL31.58º24.89%55.1%-
HSV(B)31.58º33.73%66.27%-
XYZ28.9628.9519.39-
YUV146.65108.45143.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=39.95%
G=33.57%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914211200.160.340.3431.5824.8955.1
HexA98E700102222201937
Octal2512161600204242403167
Binary1010100110001110111000001000010001010001010000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E70; }

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

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

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

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

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

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

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

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