#AC9F75

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

Shades of Tallow #AC9F75

Tints of Tallow #AC9F75

Color information

#AC9F75 (or 0xAC9F75) is unknown color: approx Tallow. HEX triplet: AC, 9F and 75. RGB value is (172,159,117). Sum of RGB (Red+Green+Blue) = 172+159+117=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F75 is #53608A. Grayscale: #9E9E9E. Windows color (decimal): -5464203 or 7708588. OLE color: 7708588.

HSL color Cylindrical-coordinate representation of color #AC9F75: hue angle of 45.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9F75 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB172159117-
CMYK00.080.320.33
HSL45.82º24.89%56.67%-
HSV(B)45.82º31.98%67.45%-
XYZ32.6234.8521.84-
YUV158.1104.81137.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=38.39%
G=35.49%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215911700.080.320.3345.8224.8956.67
HexAC9F750820212e1939
Octal2542371650104041563171
Binary101011001001111111101010100010000010000110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F75; }

 p { color: rgb(172,159,117); }

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

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

 a { background-color: rgb(172,159,117); }

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

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

 span { border-color: rgb(172,159,117); }

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