#A99A73

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

Shades of Tallow #A99A73

Tints of Tallow #A99A73

Color information

#A99A73 (or 0xA99A73) is unknown color: approx Tallow. HEX triplet: A9, 9A and 73. RGB value is (169,154,115). Sum of RGB (Red+Green+Blue) = 169+154+115=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A73 is #56658C. Grayscale: #9A9A9A. Windows color (decimal): -5662093 or 7576233. OLE color: 7576233.

HSL color Cylindrical-coordinate representation of color #A99A73: hue angle of 43.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A99A73 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB169154115-
CMYK00.090.320.34
HSL43.33º23.89%55.69%-
HSV(B)43.33º31.95%66.27%-
XYZ31.0132.7820.91-
YUV154.04105.97138.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=38.58%
G=35.16%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915411500.090.320.3443.3323.8955.69
HexA99A730920222b1838
Octal2512321630114042533070
Binary101010011001101011100110100110000010001010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A73; }

 p { color: rgb(169,154,115); }

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

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

 a { background-color: rgb(169,154,115); }

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

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

 span { border-color: rgb(169,154,115); }

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