#AC9D68

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

Shades of Tallow #AC9D68

Tints of Tallow #AC9D68

Color information

#AC9D68 (or 0xAC9D68) is unknown color: approx Tallow. HEX triplet: AC, 9D and 68. RGB value is (172,157,104). Sum of RGB (Red+Green+Blue) = 172+157+104=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D68 is #536297. Grayscale: #9B9B9B. Windows color (decimal): -5464728 or 6856108. OLE color: 6856108.

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

Color convert

RGB172157104-
CMYK00.090.400.33
HSL46.76º29.06%54.12%-
HSV(B)46.76º39.53%67.45%-
XYZ31.5733.8817.97-
YUV155.4498.97139.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=39.72%
G=36.26%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215710400.090.400.3346.7629.0654.12
HexAC9D680928212f1d36
Octal2542351500115041573566
Binary101011001001110111010000100110100010000110111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D68; }

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

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

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

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

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

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

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

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