#A98E6C

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

Shades of Mongoose #A98E6C

Tints of Mongoose #A98E6C

Color information

#A98E6C (or 0xA98E6C) is unknown color: approx Mongoose. HEX triplet: A9, 8E and 6C. RGB value is (169,142,108). Sum of RGB (Red+Green+Blue) = 169+142+108=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E6C is #567193. Grayscale: #929292. Windows color (decimal): -5665172 or 7114409. OLE color: 7114409.

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

Color convert

RGB169142108-
CMYK00.160.360.34
HSL33.44º26.18%54.31%-
HSV(B)33.44º36.09%66.27%-
XYZ28.7428.8618.24-
YUV146.2106.45144.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=40.33%
G=33.89%
B=25.78%

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
Decimal16914210800.160.360.3433.4426.1854.31
HexA98E6C0102422211a36
Octal2512161540204442413266
Binary1010100110001110110110001000010010010001010000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E6C; }

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

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

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

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

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

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

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

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