#A89B70

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

Shades of Tallow #A89B70

Tints of Tallow #A89B70

Color information

#A89B70 (or 0xA89B70) is unknown color: approx Tallow. HEX triplet: A8, 9B and 70. RGB value is (168,155,112). Sum of RGB (Red+Green+Blue) = 168+155+112=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B70 is #57648F. Grayscale: #9A9A9A. Windows color (decimal): -5727376 or 7379880. OLE color: 7379880.

HSL color Cylindrical-coordinate representation of color #A89B70: hue angle of 46.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89B70 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB168155112-
CMYK00.080.330.34
HSL46.07º24.35%54.9%-
HSV(B)46.07º33.33%65.88%-
XYZ30.7932.9420.06-
YUV153.98104.31138-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=38.62%
G=35.63%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815511200.080.330.3446.0724.3554.9
HexA89B700821222e1837
Octal2502331600104142563067
Binary101010001001101111100000100010000110001010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89B70; }

 p { color: rgb(168,155,112); }

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

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

 a { background-color: rgb(168,155,112); }

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

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

 span { border-color: rgb(168,155,112); }

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