#A98E74

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

Shades of Mongoose #A98E74

Tints of Mongoose #A98E74

Color information

#A98E74 (or 0xA98E74) is unknown color: approx Mongoose. HEX triplet: A9, 8E and 74. RGB value is (169,142,116). Sum of RGB (Red+Green+Blue) = 169+142+116=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E74 is #56718B. Grayscale: #939393. Windows color (decimal): -5665164 or 7638697. OLE color: 7638697.

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

Color convert

RGB169142116-
CMYK00.160.310.34
HSL29.43º23.56%55.88%-
HSV(B)29.43º31.36%66.27%-
XYZ29.1929.0420.59-
YUV147.11110.45143.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=39.58%
G=33.26%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914211600.160.310.3429.4323.5655.88
HexA98E740101F221d1838
Octal2512161640203742353070
Binary10101001100011101110100010000111111000101110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E74; }

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

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

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

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

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

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

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

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