#AB986D

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

Shades of Tallow #AB986D

Tints of Tallow #AB986D

Color information

#AB986D (or 0xAB986D) is unknown color: approx Tallow. HEX triplet: AB, 98 and 6D. RGB value is (171,152,109). Sum of RGB (Red+Green+Blue) = 171+152+109=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB986D is #546792. Grayscale: #989898. Windows color (decimal): -5531539 or 7182507. OLE color: 7182507.

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

Color convert

RGB171152109-
CMYK00.110.360.33
HSL41.61º26.96%54.9%-
HSV(B)41.61º36.26%67.06%-
XYZ30.7832.2219.06-
YUV152.78103.29141-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=39.58%
G=35.19%
B=25.23%

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
Decimal17115210900.110.360.3341.6126.9654.9
HexAB986D0B24212a1b37
Octal2532301550134441523367
Binary101010111001100011011010101110010010000110101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB986D; }

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

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

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

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

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

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

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

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