#A99168

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

Shades of Mongoose #A99168

Tints of Mongoose #A99168

Color information

#A99168 (or 0xA99168) is unknown color: approx Mongoose. HEX triplet: A9, 91 and 68. RGB value is (169,145,104). Sum of RGB (Red+Green+Blue) = 169+145+104=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A99168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99168 is #566E97. Grayscale: #939393. Windows color (decimal): -5664408 or 6853033. OLE color: 6853033.

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

Color convert

RGB169145104-
CMYK00.140.380.34
HSL37.85º27.43%53.53%-
HSV(B)37.85º38.46%66.27%-
XYZ28.9929.6917.3-
YUV147.5103.45143.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=40.43%
G=34.69%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914510400.140.380.3437.8527.4353.53
HexA991680E2622261b36
Octal2512211500164642463366
Binary101010011001000111010000111010011010001010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99168; }

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

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

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

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

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

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

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

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