#ABA06E

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

Shades of Tallow #ABA06E

Tints of Tallow #ABA06E

Color information

#ABA06E (or 0xABA06E) is unknown color: approx Tallow. HEX triplet: AB, A0 and 6E. RGB value is (171,160,110). Sum of RGB (Red+Green+Blue) = 171+160+110=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06E is #545F91. Grayscale: #9D9D9D. Windows color (decimal): -5529490 or 7250091. OLE color: 7250091.

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

Color convert

RGB171160110-
CMYK00.060.360.33
HSL49.18º26.64%55.1%-
HSV(B)49.18º35.67%67.06%-
XYZ32.1834.9319.8-
YUV157.59101.14137.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 160 (62.89% from 255) = 36.28%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=38.78%
G=36.28%
B=24.94%

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
Decimal17116011000.060.360.3349.1826.6455.1
HexABA06E062421311b37
Octal253240156064441613367
Binary10101011101000001101110011010010010000111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA06E; }

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

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

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

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

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

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

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

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