#A98C72

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

Shades of Mongoose #A98C72

Tints of Mongoose #A98C72

Color information

#A98C72 (or 0xA98C72) is unknown color: approx Mongoose. HEX triplet: A9, 8C and 72. RGB value is (169,140,114). Sum of RGB (Red+Green+Blue) = 169+140+114=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C72 is #56738D. Grayscale: #919191. Windows color (decimal): -5665678 or 7507113. OLE color: 7507113.

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

Color convert

RGB169140114-
CMYK00.170.330.34
HSL28.36º24.23%55.49%-
HSV(B)28.36º32.54%66.27%-
XYZ28.7828.4119.89-
YUV145.71110.11144.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=39.95%
G=33.10%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914011400.170.330.3428.3624.2355.49
HexA98C7201121221c1837
Octal2512141620214142343067
Binary101010011000110011100100100011000011000101110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C72; }

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

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

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

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

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

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

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

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