#A99074

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

Shades of Mongoose #A99074

Tints of Mongoose #A99074

Color information

#A99074 (or 0xA99074) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 74. RGB value is (169,144,116). Sum of RGB (Red+Green+Blue) = 169+144+116=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A99074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99074 is #566F8B. Grayscale: #949494. Windows color (decimal): -5664652 or 7639209. OLE color: 7639209.

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

Color convert

RGB169144116-
CMYK00.150.310.34
HSL31.7º23.56%55.88%-
HSV(B)31.7º31.36%66.27%-
XYZ29.4929.6420.69-
YUV148.28109.78142.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=39.39%
G=33.57%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914411600.150.310.3431.723.5655.88
HexA990740F1F22201838
Octal2512201640173742403070
Binary10101001100100001110100011111111110001010000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99074; }

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

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

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

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

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

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

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

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