#A89C72

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

Shades of Tallow #A89C72

Tints of Tallow #A89C72

Color information

#A89C72 (or 0xA89C72) is unknown color: approx Tallow. HEX triplet: A8, 9C and 72. RGB value is (168,156,114). Sum of RGB (Red+Green+Blue) = 168+156+114=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C72 is #57638D. Grayscale: #9A9A9A. Windows color (decimal): -5727118 or 7511208. OLE color: 7511208.

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

Color convert

RGB168156114-
CMYK00.070.320.34
HSL46.67º23.68%55.29%-
HSV(B)46.67º32.14%65.88%-
XYZ31.0733.3220.71-
YUV154.8104.98137.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=38.36%
G=35.62%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815611400.070.320.3446.6723.6855.29
HexA89C720720222f1837
Octal250234162074042573067
Binary10101000100111001110010011110000010001010111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C72; }

 p { color: rgb(168,156,114); }

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

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

 a { background-color: rgb(168,156,114); }

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

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

 span { border-color: rgb(168,156,114); }

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