#AB9B72

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

Shades of Tallow #AB9B72

Tints of Tallow #AB9B72

Color information

#AB9B72 (or 0xAB9B72) is unknown color: approx Tallow. HEX triplet: AB, 9B and 72. RGB value is (171,155,114). Sum of RGB (Red+Green+Blue) = 171+155+114=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B72 is #54648D. Grayscale: #9B9B9B. Windows color (decimal): -5530766 or 7510955. OLE color: 7510955.

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

Color convert

RGB171155114-
CMYK00.090.330.33
HSL43.16º25.33%55.88%-
HSV(B)43.16º33.33%67.06%-
XYZ31.5533.3220.69-
YUV155.11104.8139.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=38.86%
G=35.23%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115511400.090.330.3343.1625.3355.88
HexAB9B720921212b1938
Octal2532331620114141533170
Binary101010111001101111100100100110000110000110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B72; }

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

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

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

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

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

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

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

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