#AB976D

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

Shades of Tallow #AB976D

Tints of Tallow #AB976D

Color information

#AB976D (or 0xAB976D) is unknown color: approx Tallow. HEX triplet: AB, 97 and 6D. RGB value is (171,151,109). Sum of RGB (Red+Green+Blue) = 171+151+109=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB976D is #546892. Grayscale: #989898. Windows color (decimal): -5531795 or 7182251. OLE color: 7182251.

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

Color convert

RGB171151109-
CMYK00.120.360.33
HSL40.65º26.96%54.9%-
HSV(B)40.65º36.26%67.06%-
XYZ30.6231.919.01-
YUV152.19103.63141.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=39.68%
G=35.03%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115110900.120.360.3340.6526.9654.9
HexAB976D0C2421291b37
Octal2532271550144441513367
Binary101010111001011111011010110010010010000110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB976D; }

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

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

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

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

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

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

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

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