#AB9F75

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

Shades of Tallow #AB9F75

Tints of Tallow #AB9F75

Color information

#AB9F75 (or 0xAB9F75) is unknown color: approx Tallow. HEX triplet: AB, 9F and 75. RGB value is (171,159,117). Sum of RGB (Red+Green+Blue) = 171+159+117=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F75 is #54608A. Grayscale: #9D9D9D. Windows color (decimal): -5529739 or 7708587. OLE color: 7708587.

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

Color convert

RGB171159117-
CMYK00.070.320.33
HSL46.67º24.32%56.47%-
HSV(B)46.67º31.58%67.06%-
XYZ32.434.7421.83-
YUV157.8104.98137.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=38.26%
G=35.57%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115911700.070.320.3346.6724.3256.47
HexAB9F750720212f1838
Octal253237165074041573070
Binary10101011100111111110101011110000010000110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F75; }

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

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

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

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

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

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

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

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