#a99169

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

Shades of Mongoose #A99169

Tints of Mongoose #A99169

Color information

#A99169 (or 0xA99169) is unknown color: approx Mongoose. HEX triplet: A9, 91 and 69. RGB value is (169,145,105). Sum of RGB (Red+Green+Blue) = 169+145+105=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99169 is #566E96. Grayscale: #939393. Windows color (decimal): -5664407 or 6918569. OLE color: 6918569.

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

Color convert

RGB169145105-
CMYK00.140.380.34
HSL37.5º27.12%53.73%-
HSV(B)37.5º37.87%66.27%-
XYZ29.0429.7117.57-
YUV147.62103.95143.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=40.33%
G=34.61%
B=25.06%

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
Decimal16914510500.140.380.3437.527.1253.73
HexA991690E2622261b36
Octal2512211510164642463366
Binary101010011001000111010010111010011010001010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a99169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a99169; }

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

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

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

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

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

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

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

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