#AB9970

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

Shades of Tallow #AB9970

Tints of Tallow #AB9970

Color information

#AB9970 (or 0xAB9970) is unknown color: approx Tallow. HEX triplet: AB, 99 and 70. RGB value is (171,153,112). Sum of RGB (Red+Green+Blue) = 171+153+112=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9970 is #54668F. Grayscale: #999999. Windows color (decimal): -5531280 or 7379371. OLE color: 7379371.

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

Color convert

RGB171153112-
CMYK00.110.350.33
HSL41.69º25.99%55.49%-
HSV(B)41.69º34.5%67.06%-
XYZ31.1132.6119.98-
YUV153.71104.46140.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=39.22%
G=35.09%
B=25.69%

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
Decimal17115311200.110.350.3341.6925.9955.49
HexAB99700B23212a1a37
Octal2532311600134341523267
Binary101010111001100111100000101110001110000110101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9970; }

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

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

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

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

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

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

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

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