#A98F66

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

Shades of Mongoose #A98F66

Tints of Mongoose #A98F66

Color information

#A98F66 (or 0xA98F66) is unknown color: approx Mongoose. HEX triplet: A9, 8F and 66. RGB value is (169,143,102). Sum of RGB (Red+Green+Blue) = 169+143+102=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F66 is #567099. Grayscale: #929292. Windows color (decimal): -5664922 or 6721449. OLE color: 6721449.

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

Color convert

RGB169143102-
CMYK00.150.400.34
HSL36.72º28.03%53.14%-
HSV(B)36.72º39.64%66.27%-
XYZ28.5829.0416.67-
YUV146.1103.11144.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=40.82%
G=34.54%
B=24.64%

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
Decimal16914310200.150.400.3436.7228.0353.14
HexA98F660F2822251c35
Octal2512171460175042453465
Binary101010011000111111001100111110100010001010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F66; }

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

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

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

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

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

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

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

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