#AB9670

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

Shades of Tallow #AB9670

Tints of Tallow #AB9670

Color information

#AB9670 (or 0xAB9670) is unknown color: approx Tallow. HEX triplet: AB, 96 and 70. RGB value is (171,150,112). Sum of RGB (Red+Green+Blue) = 171+150+112=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9670 is #54698F. Grayscale: #989898. Windows color (decimal): -5532048 or 7378603. OLE color: 7378603.

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

Color convert

RGB171150112-
CMYK00.120.350.33
HSL38.64º25.99%55.49%-
HSV(B)38.64º34.5%67.06%-
XYZ30.6331.6419.82-
YUV151.95105.46141.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=39.49%
G=34.64%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115011200.120.350.3338.6425.9955.49
HexAB96700C2321271a37
Octal2532261600144341473267
Binary101010111001011011100000110010001110000110011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9670; }

 p { color: rgb(171,150,112); }

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

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

 a { background-color: rgb(171,150,112); }

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

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

 span { border-color: rgb(171,150,112); }

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