#AB9972

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

Shades of Tallow #AB9972

Tints of Tallow #AB9972

Color information

#AB9972 (or 0xAB9972) is unknown color: approx Tallow. HEX triplet: AB, 99 and 72. RGB value is (171,153,114). Sum of RGB (Red+Green+Blue) = 171+153+114=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9972 is #54668D. Grayscale: #9A9A9A. Windows color (decimal): -5531278 or 7510443. OLE color: 7510443.

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

Color convert

RGB171153114-
CMYK00.110.330.33
HSL41.05º25.33%55.88%-
HSV(B)41.05º33.33%67.06%-
XYZ31.2232.6620.58-
YUV153.94105.46140.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=39.04%
G=34.93%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115311400.110.330.3341.0525.3355.88
HexAB99720B2121291938
Octal2532311620134141513170
Binary101010111001100111100100101110000110000110100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9972; }

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

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

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

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

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

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

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

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