#AB9D6A

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

Shades of Tallow #AB9D6A

Tints of Tallow #AB9D6A

Color information

#AB9D6A (or 0xAB9D6A) is unknown color: approx Tallow. HEX triplet: AB, 9D and 6A. RGB value is (171,157,106). Sum of RGB (Red+Green+Blue) = 171+157+106=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D6A is #546295. Grayscale: #9B9B9B. Windows color (decimal): -5530262 or 6987179. OLE color: 6987179.

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

Color convert

RGB171157106-
CMYK00.080.380.33
HSL47.08º27.9%54.31%-
HSV(B)47.08º38.01%67.06%-
XYZ31.4533.8118.5-
YUV155.37100.14139.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=39.40%
G=36.18%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115710600.080.380.3347.0827.954.31
HexAB9D6A0826212f1c36
Octal2532351520104641573466
Binary101010111001110111010100100010011010000110111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D6A; }

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

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

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

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

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

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

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

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