#A98D6C

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

Shades of Mongoose #A98D6C

Tints of Mongoose #A98D6C

Color information

#A98D6C (or 0xA98D6C) is unknown color: approx Mongoose. HEX triplet: A9, 8D and 6C. RGB value is (169,141,108). Sum of RGB (Red+Green+Blue) = 169+141+108=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D6C is #567293. Grayscale: #919191. Windows color (decimal): -5665428 or 7114153. OLE color: 7114153.

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

Color convert

RGB169141108-
CMYK00.170.360.34
HSL32.46º26.18%54.31%-
HSV(B)32.46º36.09%66.27%-
XYZ28.5928.5718.19-
YUV145.61106.78144.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=40.43%
G=33.73%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914110800.170.360.3432.4626.1854.31
HexA98D6C0112422201a36
Octal2512151540214442403266
Binary1010100110001101110110001000110010010001010000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D6C; }

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

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

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

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

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

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

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

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