#ABA16E

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

Shades of Tallow #ABA16E

Tints of Tallow #ABA16E

Color information

#ABA16E (or 0xABA16E) is unknown color: approx Tallow. HEX triplet: AB, A1 and 6E. RGB value is (171,161,110). Sum of RGB (Red+Green+Blue) = 171+161+110=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA16E is #545E91. Grayscale: #9E9E9E. Windows color (decimal): -5529234 or 7250347. OLE color: 7250347.

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

Color convert

RGB171161110-
CMYK00.060.360.33
HSL50.16º26.64%55.1%-
HSV(B)50.16º35.67%67.06%-
XYZ32.3535.2719.86-
YUV158.18100.81137.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=38.69%
G=36.43%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116111000.060.360.3350.1626.6455.1
HexABA16E062421321b37
Octal253241156064441623367
Binary10101011101000011101110011010010010000111001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA16E; }

 p { color: rgb(171,161,110); }

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

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

 a { background-color: rgb(171,161,110); }

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

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

 span { border-color: rgb(171,161,110); }

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