#ac6041

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

Shades of Tuscany #AC6041

Tints of Tuscany #AC6041

Color information

#AC6041 (or 0xAC6041) is unknown color: approx Tuscany. HEX triplet: AC, 60 and 41. RGB value is (172,96,65). Sum of RGB (Red+Green+Blue) = 172+96+65=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6041 is #539FBE. Grayscale: #737373. Windows color (decimal): -5480383 or 4284588. OLE color: 4284588.

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

Color convert

RGB1729665-
CMYK00.440.620.33
HSL17.38º45.15%46.47%-
HSV(B)17.38º62.21%67.45%-
XYZ22.1517.527.21-
YUV115.1999.68168.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=51.65%
G=28.83%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172966500.440.620.3317.3845.1546.47
HexAC604102C3E21112d2e
Octal2541401010547641215556
Binary1010110011000001000001010110011111010000110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6041; }

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

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

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

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

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

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

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

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