#AC5F3D

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

Shades of Tuscany #AC5F3D

Tints of Tuscany #AC5F3D

Color information

#AC5F3D (or 0xAC5F3D) is unknown color: approx Tuscany. HEX triplet: AC, 5F and 3D. RGB value is (172,95,61). Sum of RGB (Red+Green+Blue) = 172+95+61=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F3D is #53A0C2. Grayscale: #727272. Windows color (decimal): -5480643 or 4022188. OLE color: 4022188.

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

Color convert

RGB1729561-
CMYK00.450.650.33
HSL18.38º47.64%45.69%-
HSV(B)18.38º64.53%67.45%-
XYZ21.9517.296.6-
YUV114.1598.01169.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.44%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=52.44%
G=28.96%
B=18.60%

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
Decimal172956100.450.650.3318.3847.6445.69
HexAC5F3D02D412112302e
Octal2541377505510141226056
Binary1010110010111111111010101101100000110000110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F3D; }

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

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

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

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

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

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

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

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