#AB9C72

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

Shades of Tallow #AB9C72

Tints of Tallow #AB9C72

Color information

#AB9C72 (or 0xAB9C72) is unknown color: approx Tallow. HEX triplet: AB, 9C and 72. RGB value is (171,156,114). Sum of RGB (Red+Green+Blue) = 171+156+114=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C72 is #54638D. Grayscale: #9B9B9B. Windows color (decimal): -5530510 or 7511211. OLE color: 7511211.

HSL color Cylindrical-coordinate representation of color #AB9C72: hue angle of 44.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9C72 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB171156114-
CMYK00.090.330.33
HSL44.21º25.33%55.88%-
HSV(B)44.21º33.33%67.06%-
XYZ31.7233.6520.74-
YUV155.7104.47138.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=38.78%
G=35.37%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115611400.090.330.3344.2125.3355.88
HexAB9C720921212c1938
Octal2532341620114141543170
Binary101010111001110011100100100110000110000110110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C72; }

 p { color: rgb(171,156,114); }

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

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

 a { background-color: rgb(171,156,114); }

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

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

 span { border-color: rgb(171,156,114); }

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