#A89D75

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

Shades of Tallow #A89D75

Tints of Tallow #A89D75

Color information

#A89D75 (or 0xA89D75) is unknown color: approx Tallow. HEX triplet: A8, 9D and 75. RGB value is (168,157,117). Sum of RGB (Red+Green+Blue) = 168+157+117=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D75 is #57628A. Grayscale: #9B9B9B. Windows color (decimal): -5726859 or 7708072. OLE color: 7708072.

HSL color Cylindrical-coordinate representation of color #A89D75: hue angle of 47.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89D75 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168157117-
CMYK00.070.300.34
HSL47.06º22.67%55.88%-
HSV(B)47.06º30.36%65.88%-
XYZ31.4233.7221.68-
YUV155.73106.14136.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=38.01%
G=35.52%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815711700.070.300.3447.0622.6755.88
HexA89D75071E222f1738
Octal250235165073642572770
Binary1010100010011101111010101111111010001010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89D75; }

 p { color: rgb(168,157,117); }

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

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

 a { background-color: rgb(168,157,117); }

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

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

 span { border-color: rgb(168,157,117); }

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