#A09976

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

Shades of Tallow #A09976

Tints of Tallow #A09976

Color information

#A09976 (or 0xA09976) is unknown color: approx Tallow. HEX triplet: A0, 99 and 76. RGB value is (160,153,118). Sum of RGB (Red+Green+Blue) = 160+153+118=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A09976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09976 is #5F6689. Grayscale: #979797. Windows color (decimal): -6252170 or 7772576. OLE color: 7772576.

HSL color Cylindrical-coordinate representation of color #A09976: hue angle of 50º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A09976 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB160153118-
CMYK00.040.260.37
HSL50º18.1%54.51%-
HSV(B)50º26.25%62.75%-
XYZ29.1631.5621.7-
YUV151.1109.32134.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=37.12%
G=35.50%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015311800.040.260.375018.154.51
HexA09976041A25321237
Octal240231166043245622267
Binary1010000010011001111011001001101010010111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09976; }

 p { color: rgb(160,153,118); }

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

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

 a { background-color: rgb(160,153,118); }

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

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

 span { border-color: rgb(160,153,118); }

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