#A99C71

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

Shades of Tallow #A99C71

Tints of Tallow #A99C71

Color information

#A99C71 (or 0xA99C71) is unknown color: approx Tallow. HEX triplet: A9, 9C and 71. RGB value is (169,156,113). Sum of RGB (Red+Green+Blue) = 169+156+113=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C71 is #56638E. Grayscale: #9B9B9B. Windows color (decimal): -5661583 or 7445673. OLE color: 7445673.

HSL color Cylindrical-coordinate representation of color #A99C71: hue angle of 46.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99C71 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169156113-
CMYK00.080.330.34
HSL46.07º24.56%55.29%-
HSV(B)46.07º33.14%66.27%-
XYZ31.2333.420.42-
YUV154.98104.31138-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=38.58%
G=35.62%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915611300.080.330.3446.0724.5655.29
HexA99C710821222e1937
Octal2512341610104142563167
Binary101010011001110011100010100010000110001010111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99C71; }

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

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

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

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

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

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

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

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