#AC5C46

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

Shades of Tuscany #AC5C46

Tints of Tuscany #AC5C46

Color information

#AC5C46 (or 0xAC5C46) is unknown color: approx Tuscany. HEX triplet: AC, 5C and 46. RGB value is (172,92,70). Sum of RGB (Red+Green+Blue) = 172+92+70=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C46 is #53A3B9. Grayscale: #717171. Windows color (decimal): -5481402 or 4611244. OLE color: 4611244.

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

Color convert

RGB1729270-
CMYK00.470.590.33
HSL12.94º42.15%47.45%-
HSV(B)12.94º59.3%67.45%-
XYZ21.9516.877.89-
YUV113.41103.5169.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.50%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=51.50%
G=27.54%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172927000.470.590.3312.9442.1547.45
HexAC5C4602F3B21d2a2f
Octal2541341060577341155257
Binary101011001011100100011001011111110111000011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C46; }

 p { color: rgb(172,92,70); }

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

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

 a { background-color: rgb(172,92,70); }

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

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

 span { border-color: rgb(172,92,70); }

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