#AC5A41

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

Shades of Tuscany #AC5A41

Tints of Tuscany #AC5A41

Color information

#AC5A41 (or 0xAC5A41) is unknown color: approx Tuscany. HEX triplet: AC, 5A and 41. RGB value is (172,90,65). Sum of RGB (Red+Green+Blue) = 172+90+65=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A41 is #53A5BE. Grayscale: #6F6F6F. Windows color (decimal): -5481919 or 4283052. OLE color: 4283052.

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

Color convert

RGB1729065-
CMYK00.480.620.33
HSL14.02º45.15%46.47%-
HSV(B)14.02º62.21%67.45%-
XYZ21.6216.467.04-
YUV111.67101.67171.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=52.60%
G=27.52%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172906500.480.620.3314.0245.1546.47
HexAC5A410303E21e2d2e
Octal2541321010607641165556
Binary101011001011010100000101100001111101000011110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A41; }

 p { color: rgb(172,90,65); }

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

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

 a { background-color: rgb(172,90,65); }

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

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

 span { border-color: rgb(172,90,65); }

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