#AB986E

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

Shades of Tallow #AB986E

Tints of Tallow #AB986E

Color information

#AB986E (or 0xAB986E) is unknown color: approx Tallow. HEX triplet: AB, 98 and 6E. RGB value is (171,152,110). Sum of RGB (Red+Green+Blue) = 171+152+110=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB986E is #546791. Grayscale: #999999. Windows color (decimal): -5531538 or 7248043. OLE color: 7248043.

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

Color convert

RGB171152110-
CMYK00.110.360.33
HSL41.31º26.64%55.1%-
HSV(B)41.31º35.67%67.06%-
XYZ30.8432.2419.35-
YUV152.89103.79140.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=39.49%
G=35.10%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115211000.110.360.3341.3126.6455.1
HexAB986E0B2421291b37
Octal2532301560134441513367
Binary101010111001100011011100101110010010000110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB986E; }

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

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

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

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

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

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

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

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