#AB9672

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

Shades of Tallow #AB9672

Tints of Tallow #AB9672

Color information

#AB9672 (or 0xAB9672) is unknown color: approx Tallow. HEX triplet: AB, 96 and 72. RGB value is (171,150,114). Sum of RGB (Red+Green+Blue) = 171+150+114=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9672 is #54698D. Grayscale: #989898. Windows color (decimal): -5532046 or 7509675. OLE color: 7509675.

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

Color convert

RGB171150114-
CMYK00.120.330.33
HSL37.89º25.33%55.88%-
HSV(B)37.89º33.33%67.06%-
XYZ30.7431.6920.42-
YUV152.18106.46141.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=39.31%
G=34.48%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115011400.120.330.3337.8925.3355.88
HexAB96720C2121261938
Octal2532261620144141463170
Binary101010111001011011100100110010000110000110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9672; }

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

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

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

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

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

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

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

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