#AB9F6F

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

Shades of Tallow #AB9F6F

Tints of Tallow #AB9F6F

Color information

#AB9F6F (or 0xAB9F6F) is unknown color: approx Tallow. HEX triplet: AB, 9F and 6F. RGB value is (171,159,111). Sum of RGB (Red+Green+Blue) = 171+159+111=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F6F is #546090. Grayscale: #9D9D9D. Windows color (decimal): -5529745 or 7315371. OLE color: 7315371.

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

Color convert

RGB171159111-
CMYK00.070.350.33
HSL48º26.32%55.29%-
HSV(B)48º35.09%67.06%-
XYZ32.0634.620.03-
YUV157.12101.98137.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=38.78%
G=36.05%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115911100.070.350.334826.3255.29
HexAB9F6F072321301a37
Octal253237157074341603267
Binary10101011100111111101111011110001110000111000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F6F; }

 p { color: rgb(171,159,111); }

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

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

 a { background-color: rgb(171,159,111); }

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

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

 span { border-color: rgb(171,159,111); }

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