#ABA072

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

Shades of Tallow #ABA072

Tints of Tallow #ABA072

Color information

#ABA072 (or 0xABA072) is unknown color: approx Tallow. HEX triplet: AB, A0 and 72. RGB value is (171,160,114). Sum of RGB (Red+Green+Blue) = 171+160+114=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA072 is #545F8D. Grayscale: #9E9E9E. Windows color (decimal): -5529486 or 7512235. OLE color: 7512235.

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

Color convert

RGB171160114-
CMYK00.060.330.33
HSL48.42º25.33%55.88%-
HSV(B)48.42º33.33%67.06%-
XYZ32.435.0120.97-
YUV158.04103.14137.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=38.43%
G=35.96%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116011400.060.330.3348.4225.3355.88
HexABA072062121301938
Octal253240162064141603170
Binary10101011101000001110010011010000110000111000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA072; }

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

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

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

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

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

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

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

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