#ABA073

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

Shades of Tallow #ABA073

Tints of Tallow #ABA073

Color information

#ABA073 (or 0xABA073) is unknown color: approx Tallow. HEX triplet: AB, A0 and 73. RGB value is (171,160,115). Sum of RGB (Red+Green+Blue) = 171+160+115=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA073 is #545F8C. Grayscale: #9E9E9E. Windows color (decimal): -5529485 or 7577771. OLE color: 7577771.

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

Color convert

RGB171160115-
CMYK00.060.330.33
HSL48.21º25%56.08%-
HSV(B)48.21º32.75%67.06%-
XYZ32.4635.0421.27-
YUV158.16103.64137.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=38.34%
G=35.87%
B=25.78%

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
Decimal17116011500.060.330.3348.212556.08
HexABA073062121301938
Octal253240163064141603170
Binary10101011101000001110011011010000110000111000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA073; }

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

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

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

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

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

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

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

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