#AB966E

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

Shades of Tallow #AB966E

Tints of Tallow #AB966E

Color information

#AB966E (or 0xAB966E) is unknown color: approx Tallow. HEX triplet: AB, 96 and 6E. RGB value is (171,150,110). Sum of RGB (Red+Green+Blue) = 171+150+110=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB966E is #546991. Grayscale: #979797. Windows color (decimal): -5532050 or 7247531. OLE color: 7247531.

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

Color convert

RGB171150110-
CMYK00.120.360.33
HSL39.34º26.64%55.1%-
HSV(B)39.34º35.67%67.06%-
XYZ30.5231.619.24-
YUV151.72104.46141.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=39.68%
G=34.80%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115011000.120.360.3339.3426.6455.1
HexAB966E0C2421271b37
Octal2532261560144441473367
Binary101010111001011011011100110010010010000110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB966E; }

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

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

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

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

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

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

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

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