#AB9870

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

Shades of Tallow #AB9870

Tints of Tallow #AB9870

Color information

#AB9870 (or 0xAB9870) is unknown color: approx Tallow. HEX triplet: AB, 98 and 70. RGB value is (171,152,112). Sum of RGB (Red+Green+Blue) = 171+152+112=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9870 is #54678F. Grayscale: #999999. Windows color (decimal): -5531536 or 7379115. OLE color: 7379115.

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

Color convert

RGB171152112-
CMYK00.110.350.33
HSL40.68º25.99%55.49%-
HSV(B)40.68º34.5%67.06%-
XYZ30.9532.2819.93-
YUV153.12104.79140.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=39.31%
G=34.94%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115211200.110.350.3340.6825.9955.49
HexAB98700B2321291a37
Octal2532301600134341513267
Binary101010111001100011100000101110001110000110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9870; }

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

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

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

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

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

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

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

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