#A99368

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

Shades of Mongoose #A99368

Tints of Mongoose #A99368

Color information

#A99368 (or 0xA99368) is unknown color: approx Mongoose. HEX triplet: A9, 93 and 68. RGB value is (169,147,104). Sum of RGB (Red+Green+Blue) = 169+147+104=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99368 is #566C97. Grayscale: #949494. Windows color (decimal): -5663896 or 6853545. OLE color: 6853545.

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

Color convert

RGB169147104-
CMYK00.130.380.34
HSL39.69º27.43%53.53%-
HSV(B)39.69º38.46%66.27%-
XYZ29.2930.317.4-
YUV148.68102.79142.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=40.24%
G=35%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914710400.130.380.3439.6927.4353.53
HexA993680D2622281b36
Octal2512231500154642503366
Binary101010011001001111010000110110011010001010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99368; }

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

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

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

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

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

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

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

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