#A99469

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

Shades of Mongoose #A99469

Tints of Mongoose #A99469

Color information

#A99469 (or 0xA99469) is unknown color: approx Mongoose. HEX triplet: A9, 94 and 69. RGB value is (169,148,105). Sum of RGB (Red+Green+Blue) = 169+148+105=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A99469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99469 is #566B96. Grayscale: #959595. Windows color (decimal): -5663639 or 6919337. OLE color: 6919337.

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

Color convert

RGB169148105-
CMYK00.120.380.34
HSL40.31º27.12%53.73%-
HSV(B)40.31º37.87%66.27%-
XYZ29.530.6317.72-
YUV149.38102.96142-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=40.05%
G=35.07%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914810500.120.380.3440.3127.1253.73
HexA994690C2622281b36
Octal2512241510144642503366
Binary101010011001010011010010110010011010001010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99469; }

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

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

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

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

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

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

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

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