#AC9C65

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

Shades of Tallow #AC9C65

Tints of Tallow #AC9C65

Color information

#AC9C65 (or 0xAC9C65) is unknown color: approx Tallow. HEX triplet: AC, 9C and 65. RGB value is (172,156,101). Sum of RGB (Red+Green+Blue) = 172+156+101=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C65 is #53639A. Grayscale: #9A9A9A. Windows color (decimal): -5464987 or 6659244. OLE color: 6659244.

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

Color convert

RGB172156101-
CMYK00.090.410.33
HSL46.48º29.96%53.53%-
HSV(B)46.48º41.28%67.45%-
XYZ31.2533.4917.13-
YUV154.5197.8140.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=40.09%
G=36.36%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215610100.090.410.3346.4829.9653.53
HexAC9C650929212e1e36
Octal2542341450115141563666
Binary101011001001110011001010100110100110000110111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C65; }

 p { color: rgb(172,156,101); }

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

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

 a { background-color: rgb(172,156,101); }

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

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

 span { border-color: rgb(172,156,101); }

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