#A99C76

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

Shades of Tallow #A99C76

Tints of Tallow #A99C76

Color information

#A99C76 (or 0xA99C76) is unknown color: approx Tallow. HEX triplet: A9, 9C and 76. RGB value is (169,156,118). Sum of RGB (Red+Green+Blue) = 169+156+118=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C76 is #566389. Grayscale: #9B9B9B. Windows color (decimal): -5661578 or 7773353. OLE color: 7773353.

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

Color convert

RGB169156118-
CMYK00.080.300.34
HSL44.71º22.87%56.27%-
HSV(B)44.71º30.18%66.27%-
XYZ31.5233.5221.95-
YUV155.55106.81137.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=38.15%
G=35.21%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915611800.080.300.3444.7122.8756.27
HexA99C76081E222d1738
Octal2512341660103642552770
Binary10101001100111001110110010001111010001010110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99C76; }

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

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

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

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

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

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

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

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