#AC6244

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

Shades of Tuscany #AC6244

Tints of Tuscany #AC6244

Color information

#AC6244 (or 0xAC6244) is unknown color: approx Tuscany. HEX triplet: AC, 62 and 44. RGB value is (172,98,68). Sum of RGB (Red+Green+Blue) = 172+98+68=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6244 is #539DBB. Grayscale: #747474. Windows color (decimal): -5479868 or 4481708. OLE color: 4481708.

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

Color convert

RGB1729868-
CMYK00.430.600.33
HSL17.31º43.33%47.06%-
HSV(B)17.31º60.47%67.45%-
XYZ22.4217.927.75-
YUV116.71100.52167.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=50.89%
G=28.99%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172986800.430.600.3317.3143.3347.06
HexAC624402B3C21112b2f
Octal2541421040537441215357
Binary1010110011000101000100010101111110010000110001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6244; }

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

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

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

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

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

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

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

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