#AB9F74

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

Shades of Tallow #AB9F74

Tints of Tallow #AB9F74

Color information

#AB9F74 (or 0xAB9F74) is unknown color: approx Tallow. HEX triplet: AB, 9F and 74. RGB value is (171,159,116). Sum of RGB (Red+Green+Blue) = 171+159+116=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F74 is #54608B. Grayscale: #9D9D9D. Windows color (decimal): -5529740 or 7643051. OLE color: 7643051.

HSL color Cylindrical-coordinate representation of color #AB9F74: hue angle of 46.91º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9F74 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171159116-
CMYK00.070.320.33
HSL46.91º24.66%56.27%-
HSV(B)46.91º32.16%67.06%-
XYZ32.3534.7221.52-
YUV157.69104.48137.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=38.34%
G=35.65%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115911600.070.320.3346.9124.6656.27
HexAB9F740720212f1938
Octal253237164074041573170
Binary10101011100111111110100011110000010000110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F74; }

 p { color: rgb(171,159,116); }

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

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

 a { background-color: rgb(171,159,116); }

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

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

 span { border-color: rgb(171,159,116); }

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