#AB9A70

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

Shades of Tallow #AB9A70

Tints of Tallow #AB9A70

Color information

#AB9A70 (or 0xAB9A70) is unknown color: approx Tallow. HEX triplet: AB, 9A and 70. RGB value is (171,154,112). Sum of RGB (Red+Green+Blue) = 171+154+112=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A70 is #54658F. Grayscale: #9A9A9A. Windows color (decimal): -5531024 or 7379627. OLE color: 7379627.

HSL color Cylindrical-coordinate representation of color #AB9A70: hue angle of 42.71º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB9A70 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB171154112-
CMYK00.100.350.33
HSL42.71º25.99%55.49%-
HSV(B)42.71º34.5%67.06%-
XYZ31.2732.9420.04-
YUV154.29104.13139.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=39.13%
G=35.24%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115411200.100.350.3342.7125.9955.49
HexAB9A700A23212b1a37
Octal2532321600124341533267
Binary101010111001101011100000101010001110000110101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A70; }

 p { color: rgb(171,154,112); }

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

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

 a { background-color: rgb(171,154,112); }

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

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

 span { border-color: rgb(171,154,112); }

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