#AC6541

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

Shades of Tuscany #AC6541

Tints of Tuscany #AC6541

Color information

#AC6541 (or 0xAC6541) is unknown color: approx Tuscany. HEX triplet: AC, 65 and 41. RGB value is (172,101,65). Sum of RGB (Red+Green+Blue) = 172+101+65=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6541 is #539ABE. Grayscale: #767676. Windows color (decimal): -5479103 or 4285868. OLE color: 4285868.

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

Color convert

RGB17210165-
CMYK00.410.620.33
HSL20.19º45.15%46.47%-
HSV(B)20.19º62.21%67.45%-
XYZ22.6218.467.37-
YUV118.1298.02166.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=50.89%
G=29.88%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721016500.410.620.3320.1945.1546.47
HexAC65410293E21142d2e
Octal2541451010517641245556
Binary1010110011001011000001010100111111010000110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6541; }

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

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

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

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

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

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

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

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