#AC9D6E

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

Shades of Tallow #AC9D6E

Tints of Tallow #AC9D6E

Color information

#AC9D6E (or 0xAC9D6E) is unknown color: approx Tallow. HEX triplet: AC, 9D and 6E. RGB value is (172,157,110). Sum of RGB (Red+Green+Blue) = 172+157+110=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D6E is #536291. Grayscale: #9C9C9C. Windows color (decimal): -5464722 or 7249324. OLE color: 7249324.

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

Color convert

RGB172157110-
CMYK00.090.360.33
HSL45.48º27.19%55.29%-
HSV(B)45.48º36.05%67.45%-
XYZ31.8834.0119.64-
YUV156.13101.97139.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=39.18%
G=35.76%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215711000.090.360.3345.4827.1955.29
HexAC9D6E0924212d1b37
Octal2542351560114441553367
Binary101011001001110111011100100110010010000110110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D6E; }

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

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

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

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

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

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

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

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