#A99065

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

Shades of Mongoose #A99065

Tints of Mongoose #A99065

Color information

#A99065 (or 0xA99065) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 65. RGB value is (169,144,101). Sum of RGB (Red+Green+Blue) = 169+144+101=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A99065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99065 is #566F9A. Grayscale: #929292. Windows color (decimal): -5664667 or 6656169. OLE color: 6656169.

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

Color convert

RGB169144101-
CMYK00.150.400.34
HSL37.94º28.33%52.94%-
HSV(B)37.94º40.24%66.27%-
XYZ28.6829.3216.46-
YUV146.57102.28144-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=40.82%
G=34.78%
B=24.40%

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
Decimal16914410100.150.400.3437.9428.3352.94
HexA990650F2822261c35
Octal2512201450175042463465
Binary101010011001000011001010111110100010001010011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99065; }

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

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

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

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

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

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

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

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