#AC5D3B

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

Shades of Tuscany #AC5D3B

Tints of Tuscany #AC5D3B

Color information

#AC5D3B (or 0xAC5D3B) is unknown color: approx Tuscany. HEX triplet: AC, 5D and 3B. RGB value is (172,93,59). Sum of RGB (Red+Green+Blue) = 172+93+59=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D3B is #53A2C4. Grayscale: #707070. Windows color (decimal): -5481157 or 3890604. OLE color: 3890604.

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

Color convert

RGB1729359-
CMYK00.460.660.33
HSL18.05º48.92%45.29%-
HSV(B)18.05º65.7%67.45%-
XYZ21.7216.926.26-
YUV112.7497.67170.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=53.09%
G=28.70%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172935900.460.660.3318.0548.9245.29
HexAC5D3B02E422112312d
Octal2541357305610241226155
Binary1010110010111011110110101110100001010000110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D3B; }

 p { color: rgb(172,93,59); }

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

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

 a { background-color: rgb(172,93,59); }

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

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

 span { border-color: rgb(172,93,59); }

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