#A98C75

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

Shades of Mongoose #A98C75

Tints of Mongoose #A98C75

Color information

#A98C75 (or 0xA98C75) is unknown color: approx Mongoose. HEX triplet: A9, 8C and 75. RGB value is (169,140,117). Sum of RGB (Red+Green+Blue) = 169+140+117=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C75 is #56738A. Grayscale: #929292. Windows color (decimal): -5665675 or 7703721. OLE color: 7703721.

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

Color convert

RGB169140117-
CMYK00.170.310.34
HSL26.54º23.21%56.08%-
HSV(B)26.54º30.77%66.27%-
XYZ28.9528.4820.8-
YUV146.05111.61144.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=39.67%
G=32.86%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914011700.170.310.3426.5423.2156.08
HexA98C750111F221b1738
Octal2512141650213742332770
Binary10101001100011001110101010001111111000101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C75; }

 p { color: rgb(169,140,117); }

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

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

 a { background-color: rgb(169,140,117); }

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

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

 span { border-color: rgb(169,140,117); }

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