#AC9C69

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

Shades of Tallow #AC9C69

Tints of Tallow #AC9C69

Color information

#AC9C69 (or 0xAC9C69) is unknown color: approx Tallow. HEX triplet: AC, 9C and 69. RGB value is (172,156,105). Sum of RGB (Red+Green+Blue) = 172+156+105=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C69 is #536396. Grayscale: #9B9B9B. Windows color (decimal): -5464983 or 6921388. OLE color: 6921388.

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

Color convert

RGB172156105-
CMYK00.090.390.33
HSL45.67º28.76%54.31%-
HSV(B)45.67º38.95%67.45%-
XYZ31.4533.5718.19-
YUV154.9799.8140.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=39.72%
G=36.03%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215610500.090.390.3345.6728.7654.31
HexAC9C690927212e1d36
Octal2542341510114741563566
Binary101011001001110011010010100110011110000110111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C69; }

 p { color: rgb(172,156,105); }

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

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

 a { background-color: rgb(172,156,105); }

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

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

 span { border-color: rgb(172,156,105); }

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