#AC6246

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

Shades of Tuscany #AC6246

Tints of Tuscany #AC6246

Color information

#AC6246 (or 0xAC6246) is unknown color: approx Tuscany. HEX triplet: AC, 62 and 46. RGB value is (172,98,70). Sum of RGB (Red+Green+Blue) = 172+98+70=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6246 is #539DB9. Grayscale: #757575. Windows color (decimal): -5479866 or 4612780. OLE color: 4612780.

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

Color convert

RGB1729870-
CMYK00.430.590.33
HSL16.47º42.15%47.45%-
HSV(B)16.47º59.3%67.45%-
XYZ22.4917.958.07-
YUV116.93101.52167.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=50.59%
G=28.82%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172987000.430.590.3316.4742.1547.45
HexAC624602B3B21102a2f
Octal2541421060537341205257
Binary1010110011000101000110010101111101110000110000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6246; }

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

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

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

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

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

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

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

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