#AC966B

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

Shades of Tallow #AC966B

Tints of Tallow #AC966B

Color information

#AC966B (or 0xAC966B) is unknown color: approx Tallow. HEX triplet: AC, 96 and 6B. RGB value is (172,150,107). Sum of RGB (Red+Green+Blue) = 172+150+107=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966B is #536994. Grayscale: #979797. Windows color (decimal): -5466517 or 7050924. OLE color: 7050924.

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

Color convert

RGB172150107-
CMYK00.130.380.33
HSL39.69º28.14%54.71%-
HSV(B)39.69º37.79%67.45%-
XYZ30.5731.6418.41-
YUV151.68102.79142.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=40.09%
G=34.97%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215010700.130.380.3339.6928.1454.71
HexAC966B0D2621281c37
Octal2542261530154641503467
Binary101011001001011011010110110110011010000110100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC966B; }

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

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

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

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

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

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

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

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