#AB9E74

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

Shades of Tallow #AB9E74

Tints of Tallow #AB9E74

Color information

#AB9E74 (or 0xAB9E74) is unknown color: approx Tallow. HEX triplet: AB, 9E and 74. RGB value is (171,158,116). Sum of RGB (Red+Green+Blue) = 171+158+116=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E74 is #54618B. Grayscale: #9D9D9D. Windows color (decimal): -5529996 or 7642795. OLE color: 7642795.

HSL color Cylindrical-coordinate representation of color #AB9E74: hue angle of 45.82º degrees, saturation: 0.25, 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 #AB9E74 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171158116-
CMYK00.080.320.33
HSL45.82º24.66%56.27%-
HSV(B)45.82º32.16%67.06%-
XYZ32.1734.3721.46-
YUV157.1104.81137.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=38.43%
G=35.51%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115811600.080.320.3345.8224.6656.27
HexAB9E740820212e1938
Octal2532361640104041563170
Binary101010111001111011101000100010000010000110111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E74; }

 p { color: rgb(171,158,116); }

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

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

 a { background-color: rgb(171,158,116); }

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

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

 span { border-color: rgb(171,158,116); }

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