#A99474

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

Shades of Mongoose #A99474

Tints of Mongoose #A99474

Color information

#A99474 (or 0xA99474) is unknown color: approx Mongoose. HEX triplet: A9, 94 and 74. RGB value is (169,148,116). Sum of RGB (Red+Green+Blue) = 169+148+116=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A99474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99474 is #566B8B. Grayscale: #969696. Windows color (decimal): -5663628 or 7640233. OLE color: 7640233.

HSL color Cylindrical-coordinate representation of color #A99474: hue angle of 36.23º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99474 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169148116-
CMYK00.120.310.34
HSL36.23º23.56%55.88%-
HSV(B)36.23º31.36%66.27%-
XYZ30.130.8820.9-
YUV150.63108.46141.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 116 (45.70% from 255) = 26.79%
R=39.03%
G=34.18%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914811600.120.310.3436.2323.5655.88
HexA994740C1F22241838
Octal2512241640143742443070
Binary10101001100101001110100011001111110001010010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99474; }

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

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

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

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

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

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

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

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