#AB9768

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

Shades of Tallow #AB9768

Tints of Tallow #AB9768

Color information

#AB9768 (or 0xAB9768) is unknown color: approx Tallow. HEX triplet: AB, 97 and 68. RGB value is (171,151,104). Sum of RGB (Red+Green+Blue) = 171+151+104=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9768 is #546897. Grayscale: #979797. Windows color (decimal): -5531800 or 6854571. OLE color: 6854571.

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

Color convert

RGB171151104-
CMYK00.120.390.33
HSL42.09º28.51%53.92%-
HSV(B)42.09º39.18%67.06%-
XYZ30.3631.7917.63-
YUV151.62101.13141.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=40.14%
G=35.45%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115110400.120.390.3342.0928.5153.92
HexAB97680C27212a1d36
Octal2532271500144741523566
Binary101010111001011111010000110010011110000110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9768; }

 p { color: rgb(171,151,104); }

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

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

 a { background-color: rgb(171,151,104); }

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

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

 span { border-color: rgb(171,151,104); }

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