#AC5E41

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

Shades of Tuscany #AC5E41

Tints of Tuscany #AC5E41

Color information

#AC5E41 (or 0xAC5E41) is unknown color: approx Tuscany. HEX triplet: AC, 5E and 41. RGB value is (172,94,65). Sum of RGB (Red+Green+Blue) = 172+94+65=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E41 is #53A1BE. Grayscale: #727272. Windows color (decimal): -5480895 or 4284076. OLE color: 4284076.

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

Color convert

RGB1729465-
CMYK00.450.620.33
HSL16.26º45.15%46.47%-
HSV(B)16.26º62.21%67.45%-
XYZ21.9717.167.15-
YUV114.02100.34169.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=51.96%
G=28.40%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172946500.450.620.3316.2645.1546.47
HexAC5E4102D3E21102d2e
Octal2541361010557641205556
Binary1010110010111101000001010110111111010000110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E41; }

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

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

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

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

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

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

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

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