#AB9B6E

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

Shades of Tallow #AB9B6E

Tints of Tallow #AB9B6E

Color information

#AB9B6E (or 0xAB9B6E) is unknown color: approx Tallow. HEX triplet: AB, 9B and 6E. RGB value is (171,155,110). Sum of RGB (Red+Green+Blue) = 171+155+110=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B6E is #546491. Grayscale: #9A9A9A. Windows color (decimal): -5530770 or 7248811. OLE color: 7248811.

HSL color Cylindrical-coordinate representation of color #AB9B6E: hue angle of 44.26º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB9B6E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB171155110-
CMYK00.090.360.33
HSL44.26º26.64%55.1%-
HSV(B)44.26º35.67%67.06%-
XYZ31.3333.2319.51-
YUV154.65102.8139.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=39.22%
G=35.55%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115511000.090.360.3344.2626.6455.1
HexAB9B6E0924212c1b37
Octal2532331560114441543367
Binary101010111001101111011100100110010010000110110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B6E; }

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

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

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

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

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

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

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

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