#AB9A72

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

Shades of Tallow #AB9A72

Tints of Tallow #AB9A72

Color information

#AB9A72 (or 0xAB9A72) is unknown color: approx Tallow. HEX triplet: AB, 9A and 72. RGB value is (171,154,114). Sum of RGB (Red+Green+Blue) = 171+154+114=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A72 is #54658D. Grayscale: #9A9A9A. Windows color (decimal): -5531022 or 7510699. OLE color: 7510699.

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

Color convert

RGB171154114-
CMYK00.100.330.33
HSL42.11º25.33%55.88%-
HSV(B)42.11º33.33%67.06%-
XYZ31.3932.9820.63-
YUV154.52105.13139.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=38.95%
G=35.08%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115411400.100.330.3342.1125.3355.88
HexAB9A720A21212a1938
Octal2532321620124141523170
Binary101010111001101011100100101010000110000110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A72; }

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

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

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

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

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

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

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

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