#AC623A

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

Shades of Tuscany #AC623A

Tints of Tuscany #AC623A

Color information

#AC623A (or 0xAC623A) is unknown color: approx Tuscany. HEX triplet: AC, 62 and 3A. RGB value is (172,98,58). Sum of RGB (Red+Green+Blue) = 172+98+58=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC623A is #539DC5. Grayscale: #737373. Windows color (decimal): -5479878 or 3826348. OLE color: 3826348.

HSL color Cylindrical-coordinate representation of color #AC623A: hue angle of 21.05º degrees, saturation: 0.5, 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 #AC623A is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1729858-
CMYK00.430.660.33
HSL21.05º49.57%45.1%-
HSV(B)21.05º66.28%67.45%-
XYZ22.1417.816.27-
YUV115.5795.52168.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.44%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=52.44%
G=29.88%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172985800.430.660.3321.0549.5745.1
HexAC623A02B422115322d
Octal2541427205310241256255
Binary1010110011000101110100101011100001010000110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC623A; }

 p { color: rgb(172,98,58); }

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

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

 a { background-color: rgb(172,98,58); }

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

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

 span { border-color: rgb(172,98,58); }

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