#A99E76

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

Shades of Tallow #A99E76

Tints of Tallow #A99E76

Color information

#A99E76 (or 0xA99E76) is unknown color: approx Tallow. HEX triplet: A9, 9E and 76. RGB value is (169,158,118). Sum of RGB (Red+Green+Blue) = 169+158+118=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E76 is #566189. Grayscale: #9C9C9C. Windows color (decimal): -5661066 or 7773865. OLE color: 7773865.

HSL color Cylindrical-coordinate representation of color #A99E76: hue angle of 47.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99E76 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169158118-
CMYK00.070.300.34
HSL47.06º22.87%56.27%-
HSV(B)47.06º30.18%66.27%-
XYZ31.8634.222.06-
YUV156.73106.14136.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=37.98%
G=35.51%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915811800.070.300.3447.0622.8756.27
HexA99E76071E222f1738
Octal251236166073642572770
Binary1010100110011110111011001111111010001010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E76; }

 p { color: rgb(169,158,118); }

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

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

 a { background-color: rgb(169,158,118); }

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

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

 span { border-color: rgb(169,158,118); }

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