#AC9D71

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

Shades of Tallow #AC9D71

Tints of Tallow #AC9D71

Color information

#AC9D71 (or 0xAC9D71) is unknown color: approx Tallow. HEX triplet: AC, 9D and 71. RGB value is (172,157,113). Sum of RGB (Red+Green+Blue) = 172+157+113=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D71 is #53628E. Grayscale: #9C9C9C. Windows color (decimal): -5464719 or 7445932. OLE color: 7445932.

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

Color convert

RGB172157113-
CMYK00.090.340.33
HSL44.75º26.22%55.88%-
HSV(B)44.75º34.3%67.45%-
XYZ32.0534.0820.51-
YUV156.47103.47139.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=38.91%
G=35.52%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215711300.090.340.3344.7526.2255.88
HexAC9D710922212d1a38
Octal2542351610114241553270
Binary101011001001110111100010100110001010000110110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D71; }

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

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

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

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

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

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

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

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