#A99D77

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

Shades of Tallow #A99D77

Tints of Tallow #A99D77

Color information

#A99D77 (or 0xA99D77) is unknown color: approx Tallow. HEX triplet: A9, 9D and 77. RGB value is (169,157,119). Sum of RGB (Red+Green+Blue) = 169+157+119=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D77 is #566288. Grayscale: #9C9C9C. Windows color (decimal): -5661321 or 7839145. OLE color: 7839145.

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

Color convert

RGB169157119-
CMYK00.070.300.34
HSL45.6º22.52%56.47%-
HSV(B)45.6º29.59%66.27%-
XYZ31.7533.8822.32-
YUV156.26106.98137.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=37.98%
G=35.28%
B=26.74%

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
Decimal16915711900.070.300.3445.622.5256.47
HexA99D77071E222e1738
Octal251235167073642562770
Binary1010100110011101111011101111111010001010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D77; }

 p { color: rgb(169,157,119); }

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

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

 a { background-color: rgb(169,157,119); }

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

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

 span { border-color: rgb(169,157,119); }

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