#AC6844

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

Shades of Tuscany #AC6844

Tints of Tuscany #AC6844

Color information

#AC6844 (or 0xAC6844) is unknown color: approx Tuscany. HEX triplet: AC, 68 and 44. RGB value is (172,104,68). Sum of RGB (Red+Green+Blue) = 172+104+68=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6844 is #5397BB. Grayscale: #787878. Windows color (decimal): -5478332 or 4483244. OLE color: 4483244.

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

Color convert

RGB17210468-
CMYK00.400.600.33
HSL20.77º43.33%47.06%-
HSV(B)20.77º60.47%67.45%-
XYZ23.0119.097.94-
YUV120.2398.53164.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 68 (26.95% from 255) = 19.77%
R=50%
G=30.23%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721046800.400.600.3320.7743.3347.06
HexAC68440283C21152b2f
Octal2541501040507441255357
Binary1010110011010001000100010100011110010000110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6844; }

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

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

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

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

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

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

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

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