#AC643F

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

Shades of Tuscany #AC643F

Tints of Tuscany #AC643F

Color information

#AC643F (or 0xAC643F) is unknown color: approx Tuscany. HEX triplet: AC, 64 and 3F. RGB value is (172,100,63). Sum of RGB (Red+Green+Blue) = 172+100+63=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC643F is #539BC0. Grayscale: #757575. Windows color (decimal): -5479361 or 4154540. OLE color: 4154540.

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

Color convert

RGB17210063-
CMYK00.420.630.33
HSL20.37º46.38%46.08%-
HSV(B)20.37º63.37%67.45%-
XYZ22.4718.247.04-
YUV117.3197.35167.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 63 (25% from 255) = 18.81%
R=51.34%
G=29.85%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721006300.420.630.3320.3746.3846.08
HexAC643F02A3F21142e2e
Octal254144770527741245656
Binary101011001100100111111010101011111110000110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC643F; }

 p { color: rgb(172,100,63); }

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

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

 a { background-color: rgb(172,100,63); }

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

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

 span { border-color: rgb(172,100,63); }

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