#AC653E

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

Shades of Tuscany #AC653E

Tints of Tuscany #AC653E

Color information

#AC653E (or 0xAC653E) is unknown color: approx Tuscany. HEX triplet: AC, 65 and 3E. RGB value is (172,101,62). Sum of RGB (Red+Green+Blue) = 172+101+62=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC653E is #539AC1. Grayscale: #767676. Windows color (decimal): -5479106 or 4089260. OLE color: 4089260.

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

Color convert

RGB17210162-
CMYK00.410.640.33
HSL21.27º47.01%45.88%-
HSV(B)21.27º63.95%67.45%-
XYZ22.5418.436.93-
YUV117.7896.52166.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=51.34%
G=30.15%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721016200.410.640.3321.2747.0145.88
HexAC653E0294021152f2e
Octal2541457605110041255756
Binary1010110011001011111100101001100000010000110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC653E; }

 p { color: rgb(172,101,62); }

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

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

 a { background-color: rgb(172,101,62); }

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

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

 span { border-color: rgb(172,101,62); }

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