#A89B7D

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

Shades of Tallow #A89B7D

Tints of Tallow #A89B7D

Color information

#A89B7D (or 0xA89B7D) is unknown color: approx Tallow. HEX triplet: A8, 9B and 7D. RGB value is (168,155,125). Sum of RGB (Red+Green+Blue) = 168+155+125=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B7D is #576482. Grayscale: #9B9B9B. Windows color (decimal): -5727363 or 8231848. OLE color: 8231848.

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

Color convert

RGB168155125-
CMYK00.080.260.34
HSL41.86º19.82%57.45%-
HSV(B)41.86º25.6%65.88%-
XYZ31.5733.2524.16-
YUV155.47110.81136.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=37.5%
G=34.60%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815512500.080.260.3441.8619.8257.45
HexA89B7D081A222a1439
Octal2502331750103242522471
Binary10101000100110111111101010001101010001010101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89B7D; }

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

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

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

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

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

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

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

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