#AC6540

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

Shades of Tuscany #AC6540

Tints of Tuscany #AC6540

Color information

#AC6540 (or 0xAC6540) is unknown color: approx Tuscany. HEX triplet: AC, 65 and 40. RGB value is (172,101,64). Sum of RGB (Red+Green+Blue) = 172+101+64=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6540 is #539ABF. Grayscale: #767676. Windows color (decimal): -5479104 or 4220332. OLE color: 4220332.

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

Color convert

RGB17210164-
CMYK00.410.630.33
HSL20.56º45.76%46.27%-
HSV(B)20.56º62.79%67.45%-
XYZ22.5918.457.22-
YUV118.0197.52166.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=51.04%
G=29.97%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721016400.410.630.3320.5645.7646.27
HexAC65400293F21152e2e
Octal2541451000517741255656
Binary1010110011001011000000010100111111110000110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6540; }

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

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

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

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

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

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

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

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