#AC5F46

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

Shades of Tuscany #AC5F46

Tints of Tuscany #AC5F46

Color information

#AC5F46 (or 0xAC5F46) is unknown color: approx Tuscany. HEX triplet: AC, 5F and 46. RGB value is (172,95,70). Sum of RGB (Red+Green+Blue) = 172+95+70=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F46 is #53A0B9. Grayscale: #737373. Windows color (decimal): -5480634 or 4612012. OLE color: 4612012.

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

Color convert

RGB1729570-
CMYK00.450.590.33
HSL14.71º42.15%47.45%-
HSV(B)14.71º59.3%67.45%-
XYZ22.2117.47.98-
YUV115.17102.51168.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=51.04%
G=28.19%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172957000.450.590.3314.7142.1547.45
HexAC5F4602D3B21f2a2f
Octal2541371060557341175257
Binary101011001011111100011001011011110111000011111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F46; }

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

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

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

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

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

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

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

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