#AC5E3D

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

Shades of Tuscany #AC5E3D

Tints of Tuscany #AC5E3D

Color information

#AC5E3D (or 0xAC5E3D) is unknown color: approx Tuscany. HEX triplet: AC, 5E and 3D. RGB value is (172,94,61). Sum of RGB (Red+Green+Blue) = 172+94+61=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E3D is #53A1C2. Grayscale: #717171. Windows color (decimal): -5480899 or 4021932. OLE color: 4021932.

HSL color Cylindrical-coordinate representation of color #AC5E3D: hue angle of 17.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC5E3D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1729461-
CMYK00.450.650.33
HSL17.84º47.64%45.69%-
HSV(B)17.84º64.53%67.45%-
XYZ21.8617.116.57-
YUV113.5698.34169.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=52.60%
G=28.75%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172946100.450.650.3317.8447.6445.69
HexAC5E3D02D412112302e
Octal2541367505510141226056
Binary1010110010111101111010101101100000110000110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E3D; }

 p { color: rgb(172,94,61); }

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

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

 a { background-color: rgb(172,94,61); }

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

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

 span { border-color: rgb(172,94,61); }

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