#ABA070

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

Shades of Tallow #ABA070

Tints of Tallow #ABA070

Color information

#ABA070 (or 0xABA070) is unknown color: approx Tallow. HEX triplet: AB, A0 and 70. RGB value is (171,160,112). Sum of RGB (Red+Green+Blue) = 171+160+112=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA070 is #545F8F. Grayscale: #9E9E9E. Windows color (decimal): -5529488 or 7381163. OLE color: 7381163.

HSL color Cylindrical-coordinate representation of color #ABA070: hue angle of 48.81º 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 #ABA070 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB171160112-
CMYK00.060.350.33
HSL48.81º25.99%55.49%-
HSV(B)48.81º34.5%67.06%-
XYZ32.2934.9720.38-
YUV157.82102.14137.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=38.60%
G=36.12%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116011200.060.350.3348.8125.9955.49
HexABA070062321311a37
Octal253240160064341613267
Binary10101011101000001110000011010001110000111000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA070; }

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

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

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

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

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

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

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

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