#AC9A72

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

Shades of Tallow #AC9A72

Tints of Tallow #AC9A72

Color information

#AC9A72 (or 0xAC9A72) is unknown color: approx Tallow. HEX triplet: AC, 9A and 72. RGB value is (172,154,114). Sum of RGB (Red+Green+Blue) = 172+154+114=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A72 is #53658D. Grayscale: #9B9B9B. Windows color (decimal): -5465486 or 7510700. OLE color: 7510700.

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

Color convert

RGB172154114-
CMYK00.100.340.33
HSL41.38º25.89%56.08%-
HSV(B)41.38º33.72%67.45%-
XYZ31.6133.120.64-
YUV154.82104.96140.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=39.09%
G=35%
B=25.91%

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
Decimal17215411400.100.340.3341.3825.8956.08
HexAC9A720A2221291a38
Octal2542321620124241513270
Binary101011001001101011100100101010001010000110100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A72; }

 p { color: rgb(172,154,114); }

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

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

 a { background-color: rgb(172,154,114); }

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

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

 span { border-color: rgb(172,154,114); }

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