#AC966D

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

Shades of Tallow #AC966D

Tints of Tallow #AC966D

Color information

#AC966D (or 0xAC966D) is unknown color: approx Tallow. HEX triplet: AC, 96 and 6D. RGB value is (172,150,109). Sum of RGB (Red+Green+Blue) = 172+150+109=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966D is #536992. Grayscale: #989898. Windows color (decimal): -5466515 or 7181996. OLE color: 7181996.

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

Color convert

RGB172150109-
CMYK00.130.370.33
HSL39.05º27.51%55.1%-
HSV(B)39.05º36.63%67.45%-
XYZ30.6831.6918.97-
YUV151.9103.79142.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=39.91%
G=34.80%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215010900.130.370.3339.0527.5155.1
HexAC966D0D2521271c37
Octal2542261550154541473467
Binary101011001001011011011010110110010110000110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC966D; }

 p { color: rgb(172,150,109); }

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

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

 a { background-color: rgb(172,150,109); }

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

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

 span { border-color: rgb(172,150,109); }

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