#A99776

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

Shades of Tallow #A99776

Tints of Tallow #A99776

Color information

#A99776 (or 0xA99776) is unknown color: approx Tallow. HEX triplet: A9, 97 and 76. RGB value is (169,151,118). Sum of RGB (Red+Green+Blue) = 169+151+118=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A99776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99776 is #566889. Grayscale: #989898. Windows color (decimal): -5662858 or 7772073. OLE color: 7772073.

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

Color convert

RGB169151118-
CMYK00.110.300.34
HSL38.82º22.87%56.27%-
HSV(B)38.82º30.18%66.27%-
XYZ30.731.8821.67-
YUV152.62108.46139.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=38.58%
G=34.47%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915111800.110.300.3438.8222.8756.27
HexA997760B1E22271738
Octal2512271660133642472770
Binary10101001100101111110110010111111010001010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99776; }

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

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

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

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

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

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

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

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