#AC9D69

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

Shades of Tallow #AC9D69

Tints of Tallow #AC9D69

Color information

#AC9D69 (or 0xAC9D69) is unknown color: approx Tallow. HEX triplet: AC, 9D and 69. RGB value is (172,157,105). Sum of RGB (Red+Green+Blue) = 172+157+105=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D69 is #536296. Grayscale: #9B9B9B. Windows color (decimal): -5464727 or 6921644. OLE color: 6921644.

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

Color convert

RGB172157105-
CMYK00.090.390.33
HSL46.57º28.76%54.31%-
HSV(B)46.57º38.95%67.45%-
XYZ31.6233.918.24-
YUV155.5699.47139.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=39.63%
G=36.18%
B=24.19%

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
Decimal17215710500.090.390.3346.5728.7654.31
HexAC9D690927212f1d36
Octal2542351510114741573566
Binary101011001001110111010010100110011110000110111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D69; }

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

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

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

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

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

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

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

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