#AB9F72

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

Shades of Tallow #AB9F72

Tints of Tallow #AB9F72

Color information

#AB9F72 (or 0xAB9F72) is unknown color: approx Tallow. HEX triplet: AB, 9F and 72. RGB value is (171,159,114). Sum of RGB (Red+Green+Blue) = 171+159+114=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F72 is #54608D. Grayscale: #9D9D9D. Windows color (decimal): -5529742 or 7511979. OLE color: 7511979.

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

Color convert

RGB171159114-
CMYK00.070.330.33
HSL47.37º25.33%55.88%-
HSV(B)47.37º33.33%67.06%-
XYZ32.2334.6720.91-
YUV157.46103.48137.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=38.51%
G=35.81%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115911400.070.330.3347.3725.3355.88
HexAB9F720721212f1938
Octal253237162074141573170
Binary10101011100111111110010011110000110000110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F72; }

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

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

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

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

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

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

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

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