#AC5E40

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

Shades of Tuscany #AC5E40

Tints of Tuscany #AC5E40

Color information

#AC5E40 (or 0xAC5E40) is unknown color: approx Tuscany. HEX triplet: AC, 5E and 40. RGB value is (172,94,64). Sum of RGB (Red+Green+Blue) = 172+94+64=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E40 is #53A1BF. Grayscale: #727272. Windows color (decimal): -5480896 or 4218540. OLE color: 4218540.

HSL color Cylindrical-coordinate representation of color #AC5E40: hue angle of 16.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC5E40 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1729464-
CMYK00.450.630.33
HSL16.67º45.76%46.27%-
HSV(B)16.67º62.79%67.45%-
XYZ21.9417.157-
YUV113.999.84169.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=52.12%
G=28.48%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172946400.450.630.3316.6745.7646.27
HexAC5E4002D3F21112e2e
Octal2541361000557741215656
Binary1010110010111101000000010110111111110000110001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E40; }

 p { color: rgb(172,94,64); }

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

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

 a { background-color: rgb(172,94,64); }

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

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

 span { border-color: rgb(172,94,64); }

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