#ABA071

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

Shades of Tallow #ABA071

Tints of Tallow #ABA071

Color information

#ABA071 (or 0xABA071) is unknown color: approx Tallow. HEX triplet: AB, A0 and 71. RGB value is (171,160,113). Sum of RGB (Red+Green+Blue) = 171+160+113=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA071 is #545F8E. Grayscale: #9E9E9E. Windows color (decimal): -5529487 or 7446699. OLE color: 7446699.

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

Color convert

RGB171160113-
CMYK00.060.340.33
HSL48.62º25.66%55.69%-
HSV(B)48.62º33.92%67.06%-
XYZ32.3534.9920.67-
YUV157.93102.64137.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=38.51%
G=36.04%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116011300.060.340.3348.6225.6655.69
HexABA071062221311a38
Octal253240161064241613270
Binary10101011101000001110001011010001010000111000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA071; }

 p { color: rgb(171,160,113); }

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

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

 a { background-color: rgb(171,160,113); }

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

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

 span { border-color: rgb(171,160,113); }

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