#A09870

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

Shades of Tallow #A09870

Tints of Tallow #A09870

Color information

#A09870 (or 0xA09870) is unknown color: approx Tallow. HEX triplet: A0, 98 and 70. RGB value is (160,152,112). Sum of RGB (Red+Green+Blue) = 160+152+112=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A09870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09870 is #5F678F. Grayscale: #969696. Windows color (decimal): -6252432 or 7379104. OLE color: 7379104.

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

Color convert

RGB160152112-
CMYK00.050.300.37
HSL50º20.17%53.33%-
HSV(B)50º30%62.75%-
XYZ28.6531.119.82-
YUV149.83106.65135.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=37.74%
G=35.85%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015211200.050.300.375020.1753.33
HexA09870051E25321435
Octal240230160053645622465
Binary1010000010011000111000001011111010010111001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09870; }

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

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

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

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

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

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

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

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