#AC9E75

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

Shades of Tallow #AC9E75

Tints of Tallow #AC9E75

Color information

#AC9E75 (or 0xAC9E75) is unknown color: approx Tallow. HEX triplet: AC, 9E and 75. RGB value is (172,158,117). Sum of RGB (Red+Green+Blue) = 172+158+117=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E75 is #53618A. Grayscale: #9D9D9D. Windows color (decimal): -5464459 or 7708332. OLE color: 7708332.

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

Color convert

RGB172158117-
CMYK00.080.320.33
HSL44.73º24.89%56.67%-
HSV(B)44.73º31.98%67.45%-
XYZ32.4534.5121.78-
YUV157.51105.14138.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=38.48%
G=35.35%
B=26.17%

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
Decimal17215811700.080.320.3344.7324.8956.67
HexAC9E750820212d1939
Octal2542361650104041553171
Binary101011001001111011101010100010000010000110110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E75; }

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

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

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

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

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

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

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

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