#AC6242

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

Shades of Tuscany #AC6242

Tints of Tuscany #AC6242

Color information

#AC6242 (or 0xAC6242) is unknown color: approx Tuscany. HEX triplet: AC, 62 and 42. RGB value is (172,98,66). Sum of RGB (Red+Green+Blue) = 172+98+66=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6242 is #539DBD. Grayscale: #747474. Windows color (decimal): -5479870 or 4350636. OLE color: 4350636.

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

Color convert

RGB1729866-
CMYK00.430.620.33
HSL18.11º44.54%46.67%-
HSV(B)18.11º61.63%67.45%-
XYZ22.3617.97.43-
YUV116.4899.52167.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=51.19%
G=29.17%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172986600.430.620.3318.1144.5446.67
HexAC624202B3E21122d2f
Octal2541421020537641225557
Binary1010110011000101000010010101111111010000110010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6242; }

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

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

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

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

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

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

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

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