#AD6042

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

Shades of Tuscany #AD6042

Tints of Tuscany #AD6042

Color information

#AD6042 (or 0xAD6042) is unknown color: approx Tuscany. HEX triplet: AD, 60 and 42. RGB value is (173,96,66). Sum of RGB (Red+Green+Blue) = 173+96+66=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6042 is #529FBD. Grayscale: #737373. Windows color (decimal): -5414846 or 4350125. OLE color: 4350125.

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

Color convert

RGB1739666-
CMYK00.450.620.32
HSL16.82º44.77%46.86%-
HSV(B)16.82º61.85%67.84%-
XYZ22.417.647.38-
YUV115.6100.01168.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=51.64%
G=28.66%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173966600.450.620.3216.8244.7746.86
HexAD604202D3E20112d2f
Octal2551401020557640215557
Binary1010110111000001000010010110111111010000010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6042; }

 p { color: rgb(173,96,66); }

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

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

 a { background-color: rgb(173,96,66); }

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

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

 span { border-color: rgb(173,96,66); }

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