#AC9B71

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

Shades of Tallow #AC9B71

Tints of Tallow #AC9B71

Color information

#AC9B71 (or 0xAC9B71) is unknown color: approx Tallow. HEX triplet: AC, 9B and 71. RGB value is (172,155,113). Sum of RGB (Red+Green+Blue) = 172+155+113=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B71 is #53648E. Grayscale: #9B9B9B. Windows color (decimal): -5465231 or 7445420. OLE color: 7445420.

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

Color convert

RGB172155113-
CMYK00.100.340.33
HSL42.71º26.22%55.88%-
HSV(B)42.71º34.3%67.45%-
XYZ31.7233.4120.4-
YUV155.3104.13139.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=39.09%
G=35.23%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215511300.100.340.3342.7126.2255.88
HexAC9B710A22212b1a38
Octal2542331610124241533270
Binary101011001001101111100010101010001010000110101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B71; }

 p { color: rgb(172,155,113); }

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

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

 a { background-color: rgb(172,155,113); }

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

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

 span { border-color: rgb(172,155,113); }

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