#A59870

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

Shades of Tallow #A59870

Tints of Tallow #A59870

Color information

#A59870 (or 0xA59870) is unknown color: approx Tallow. HEX triplet: A5, 98 and 70. RGB value is (165,152,112). Sum of RGB (Red+Green+Blue) = 165+152+112=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A59870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59870 is #5A678F. Grayscale: #979797. Windows color (decimal): -5924752 or 7379109. OLE color: 7379109.

HSL color Cylindrical-coordinate representation of color #A59870: hue angle of 45.28º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59870 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165152112-
CMYK00.080.320.35
HSL45.28º22.75%54.31%-
HSV(B)45.28º32.12%64.71%-
XYZ29.6731.6319.87-
YUV151.33105.81137.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=38.46%
G=35.43%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515211200.080.320.3545.2822.7554.31
HexA598700820232d1736
Octal2452301600104043552766
Binary101001011001100011100000100010000010001110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59870; }

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

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

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

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

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

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

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

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