#ABA06C

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

Shades of Tallow #ABA06C

Tints of Tallow #ABA06C

Color information

#ABA06C (or 0xABA06C) is unknown color: approx Tallow. HEX triplet: AB, A0 and 6C. RGB value is (171,160,108). Sum of RGB (Red+Green+Blue) = 171+160+108=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06C is #545F93. Grayscale: #9D9D9D. Windows color (decimal): -5529492 or 7119019. OLE color: 7119019.

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

Color convert

RGB171160108-
CMYK00.060.370.33
HSL49.52º27.27%54.71%-
HSV(B)49.52º36.84%67.06%-
XYZ32.0734.8819.23-
YUV157.36100.14137.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=38.95%
G=36.45%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116010800.060.370.3349.5227.2754.71
HexABA06C062521321b37
Octal253240154064541623367
Binary10101011101000001101100011010010110000111001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA06C; }

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

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

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

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

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

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

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

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