#A89065

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

Shades of Mongoose #A89065

Tints of Mongoose #A89065

Color information

#A89065 (or 0xA89065) is unknown color: approx Mongoose. HEX triplet: A8, 90 and 65. RGB value is (168,144,101). Sum of RGB (Red+Green+Blue) = 168+144+101=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A89065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89065 is #576F9A. Grayscale: #929292. Windows color (decimal): -5730203 or 6656168. OLE color: 6656168.

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

Color convert

RGB168144101-
CMYK00.140.400.34
HSL38.51º27.8%52.75%-
HSV(B)38.51º39.88%65.88%-
XYZ28.4729.2116.45-
YUV146.27102.45143.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=40.68%
G=34.87%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814410100.140.400.3438.5127.852.75
HexA890650E2822271c35
Octal2502201450165042473465
Binary101010001001000011001010111010100010001010011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89065; }

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

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

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

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

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

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

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

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