#ABA067

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

Shades of Tallow #ABA067

Tints of Tallow #ABA067

Color information

#ABA067 (or 0xABA067) is unknown color: approx Tallow. HEX triplet: AB, A0 and 67. RGB value is (171,160,103). Sum of RGB (Red+Green+Blue) = 171+160+103=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA067 is #545F98. Grayscale: #9D9D9D. Windows color (decimal): -5529497 or 6791339. OLE color: 6791339.

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

Color convert

RGB171160103-
CMYK00.060.400.33
HSL50.29º28.81%53.73%-
HSV(B)50.29º39.77%67.06%-
XYZ31.8134.7817.87-
YUV156.7997.64138.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=39.40%
G=36.87%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116010300.060.400.3350.2928.8153.73
HexABA067062821321d36
Octal253240147065041623566
Binary10101011101000001100111011010100010000111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA067; }

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

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

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

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

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

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

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

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