#AC623E

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

Shades of Tuscany #AC623E

Tints of Tuscany #AC623E

Color information

#AC623E (or 0xAC623E) is unknown color: approx Tuscany. HEX triplet: AC, 62 and 3E. RGB value is (172,98,62). Sum of RGB (Red+Green+Blue) = 172+98+62=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC623E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC623E is #539DC1. Grayscale: #747474. Windows color (decimal): -5479874 or 4088492. OLE color: 4088492.

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

Color convert

RGB1729862-
CMYK00.430.640.33
HSL19.64º47.01%45.88%-
HSV(B)19.64º63.95%67.45%-
XYZ22.2517.856.83-
YUV116.0297.52167.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=51.81%
G=29.52%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172986200.430.640.3319.6447.0145.88
HexAC623E02B4021142f2e
Octal2541427605310041245756
Binary1010110011000101111100101011100000010000110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC623E; }

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

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

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

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

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

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

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

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