#AB9976

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

Shades of Tallow #AB9976

Tints of Tallow #AB9976

Color information

#AB9976 (or 0xAB9976) is unknown color: approx Tallow. HEX triplet: AB, 99 and 76. RGB value is (171,153,118). Sum of RGB (Red+Green+Blue) = 171+153+118=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9976 is #546689. Grayscale: #9A9A9A. Windows color (decimal): -5531274 or 7772587. OLE color: 7772587.

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

Color convert

RGB171153118-
CMYK00.110.310.33
HSL39.62º23.98%56.67%-
HSV(B)39.62º30.99%67.06%-
XYZ31.4632.7521.8-
YUV154.39107.46139.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=38.69%
G=34.62%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115311800.110.310.3339.6223.9856.67
HexAB99760B1F21281839
Octal2532311660133741503071
Binary10101011100110011110110010111111110000110100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9976; }

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

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

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

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

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

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

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

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