#ABA068

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

Shades of Tallow #ABA068

Tints of Tallow #ABA068

Color information

#ABA068 (or 0xABA068) is unknown color: approx Tallow. HEX triplet: AB, A0 and 68. RGB value is (171,160,104). Sum of RGB (Red+Green+Blue) = 171+160+104=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA068 is #545F97. Grayscale: #9D9D9D. Windows color (decimal): -5529496 or 6856875. OLE color: 6856875.

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

Color convert

RGB171160104-
CMYK00.060.390.33
HSL50.15º28.51%53.92%-
HSV(B)50.15º39.18%67.06%-
XYZ31.8634.818.13-
YUV156.998.14138.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 104 (41.02% from 255) = 23.91%
R=39.31%
G=36.78%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116010400.060.390.3350.1528.5153.92
HexABA068062721321d36
Octal253240150064741623566
Binary10101011101000001101000011010011110000111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA068; }

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

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

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

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

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

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

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

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