#A09970

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

Shades of Tallow #A09970

Tints of Tallow #A09970

Color information

#A09970 (or 0xA09970) is unknown color: approx Tallow. HEX triplet: A0, 99 and 70. RGB value is (160,153,112). Sum of RGB (Red+Green+Blue) = 160+153+112=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A09970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09970 is #5F668F. Grayscale: #969696. Windows color (decimal): -6252176 or 7379360. OLE color: 7379360.

HSL color Cylindrical-coordinate representation of color #A09970: hue angle of 51.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09970 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160153112-
CMYK00.040.300.37
HSL51.25º20.17%53.33%-
HSV(B)51.25º30%62.75%-
XYZ28.8131.4319.88-
YUV150.42106.32134.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=37.65%
G=36%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015311200.040.300.3751.2520.1753.33
HexA09970041E25331435
Octal240231160043645632465
Binary1010000010011001111000001001111010010111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09970; }

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

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

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

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

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

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

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

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