#A99A76

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

Shades of Tallow #A99A76

Tints of Tallow #A99A76

Color information

#A99A76 (or 0xA99A76) is unknown color: approx Tallow. HEX triplet: A9, 9A and 76. RGB value is (169,154,118). Sum of RGB (Red+Green+Blue) = 169+154+118=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A76 is #566589. Grayscale: #9A9A9A. Windows color (decimal): -5662090 or 7772841. OLE color: 7772841.

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

Color convert

RGB169154118-
CMYK00.090.300.34
HSL42.35º22.87%56.27%-
HSV(B)42.35º30.18%66.27%-
XYZ31.1932.8521.84-
YUV154.38107.47138.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=38.32%
G=34.92%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915411800.090.300.3442.3522.8756.27
HexA99A76091E222a1738
Octal2512321660113642522770
Binary10101001100110101110110010011111010001010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A76; }

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

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

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

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

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

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

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

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