#A99068

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

Shades of Mongoose #A99068

Tints of Mongoose #A99068

Color information

#A99068 (or 0xA99068) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 68. RGB value is (169,144,104). Sum of RGB (Red+Green+Blue) = 169+144+104=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99068 is #566F97. Grayscale: #939393. Windows color (decimal): -5664664 or 6852777. OLE color: 6852777.

HSL color Cylindrical-coordinate representation of color #A99068: hue angle of 36.92º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99068 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169144104-
CMYK00.150.380.34
HSL36.92º27.43%53.53%-
HSV(B)36.92º38.46%66.27%-
XYZ28.8329.3817.25-
YUV146.92103.78143.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=40.53%
G=34.53%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914410400.150.380.3436.9227.4353.53
HexA990680F2622251b36
Octal2512201500174642453366
Binary101010011001000011010000111110011010001010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99068; }

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

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

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

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

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

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

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

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