#AB9E72

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

Shades of Tallow #AB9E72

Tints of Tallow #AB9E72

Color information

#AB9E72 (or 0xAB9E72) is unknown color: approx Tallow. HEX triplet: AB, 9E and 72. RGB value is (171,158,114). Sum of RGB (Red+Green+Blue) = 171+158+114=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E72 is #54618D. Grayscale: #9D9D9D. Windows color (decimal): -5529998 or 7511723. OLE color: 7511723.

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

Color convert

RGB171158114-
CMYK00.080.330.33
HSL46.32º25.33%55.88%-
HSV(B)46.32º33.33%67.06%-
XYZ32.0634.3320.86-
YUV156.87103.81138.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=38.60%
G=35.67%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115811400.080.330.3346.3225.3355.88
HexAB9E720821212e1938
Octal2532361620104141563170
Binary101010111001111011100100100010000110000110111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E72; }

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

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

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

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

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

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

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

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