#AC986E

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

Shades of Tallow #AC986E

Tints of Tallow #AC986E

Color information

#AC986E (or 0xAC986E) is unknown color: approx Tallow. HEX triplet: AC, 98 and 6E. RGB value is (172,152,110). Sum of RGB (Red+Green+Blue) = 172+152+110=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC986E is #536791. Grayscale: #999999. Windows color (decimal): -5466002 or 7248044. OLE color: 7248044.

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

Color convert

RGB172152110-
CMYK00.120.360.33
HSL40.65º27.19%55.29%-
HSV(B)40.65º36.05%67.45%-
XYZ31.0632.3519.36-
YUV153.19103.63141.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=39.63%
G=35.02%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215211000.120.360.3340.6527.1955.29
HexAC986E0C2421291b37
Octal2542301560144441513367
Binary101011001001100011011100110010010010000110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC986E; }

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

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

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

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

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

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

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

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