#AB9F6A

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

Shades of Tallow #AB9F6A

Tints of Tallow #AB9F6A

Color information

#AB9F6A (or 0xAB9F6A) is unknown color: approx Tallow. HEX triplet: AB, 9F and 6A. RGB value is (171,159,106). Sum of RGB (Red+Green+Blue) = 171+159+106=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F6A is #546095. Grayscale: #9C9C9C. Windows color (decimal): -5529750 or 6987691. OLE color: 6987691.

HSL color Cylindrical-coordinate representation of color #AB9F6A: hue angle of 48.92º 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 #AB9F6A is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171159106-
CMYK00.070.380.33
HSL48.92º27.9%54.31%-
HSV(B)48.92º38.01%67.06%-
XYZ31.7934.4918.62-
YUV156.5599.48138.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=39.22%
G=36.47%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115910600.070.380.3348.9227.954.31
HexAB9F6A072621311c36
Octal253237152074641613466
Binary10101011100111111101010011110011010000111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F6A; }

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

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

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

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

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

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

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

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