#AB9D7A

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

Shades of Tallow #AB9D7A

Tints of Tallow #AB9D7A

Color information

#AB9D7A (or 0xAB9D7A) is unknown color: approx Tallow. HEX triplet: AB, 9D and 7A. RGB value is (171,157,122). Sum of RGB (Red+Green+Blue) = 171+157+122=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D7A is #546285. Grayscale: #9D9D9D. Windows color (decimal): -5530246 or 8035755. OLE color: 8035755.

HSL color Cylindrical-coordinate representation of color #AB9D7A: hue angle of 42.86º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9D7A is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171157122-
CMYK00.080.290.33
HSL42.86º22.58%57.45%-
HSV(B)42.86º28.65%67.06%-
XYZ32.3634.1823.3-
YUV157.2108.14137.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=38%
G=34.89%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115712200.080.290.3342.8622.5857.45
HexAB9D7A081D212b1739
Octal2532351720103541532771
Binary10101011100111011111010010001110110000110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D7A; }

 p { color: rgb(171,157,122); }

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

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

 a { background-color: rgb(171,157,122); }

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

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

 span { border-color: rgb(171,157,122); }

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