#A98F65

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

Shades of Mongoose #A98F65

Tints of Mongoose #A98F65

Color information

#A98F65 (or 0xA98F65) is unknown color: approx Mongoose. HEX triplet: A9, 8F and 65. RGB value is (169,143,101). Sum of RGB (Red+Green+Blue) = 169+143+101=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F65 is #56709A. Grayscale: #929292. Windows color (decimal): -5664923 or 6655913. OLE color: 6655913.

HSL color Cylindrical-coordinate representation of color #A98F65: hue angle of 37.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98F65 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169143101-
CMYK00.150.400.34
HSL37.06º28.33%52.94%-
HSV(B)37.06º40.24%66.27%-
XYZ28.5329.0216.41-
YUV145.99102.61144.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=40.92%
G=34.62%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914310100.150.400.3437.0628.3352.94
HexA98F650F2822251c35
Octal2512171450175042453465
Binary101010011000111111001010111110100010001010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F65; }

 p { color: rgb(169,143,101); }

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

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

 a { background-color: rgb(169,143,101); }

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

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

 span { border-color: rgb(169,143,101); }

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