#AD6242

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

Shades of Tuscany #AD6242

Tints of Tuscany #AD6242

Color information

#AD6242 (or 0xAD6242) is unknown color: approx Tuscany. HEX triplet: AD, 62 and 42. RGB value is (173,98,66). Sum of RGB (Red+Green+Blue) = 173+98+66=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6242 is #529DBD. Grayscale: #747474. Windows color (decimal): -5414334 or 4350637. OLE color: 4350637.

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

Color convert

RGB1739866-
CMYK00.430.620.32
HSL17.94º44.77%46.86%-
HSV(B)17.94º61.85%67.84%-
XYZ22.5818.017.44-
YUV116.7899.35168.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=51.34%
G=29.08%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173986600.430.620.3217.9444.7746.86
HexAD624202B3E20122d2f
Octal2551421020537640225557
Binary1010110111000101000010010101111111010000010010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6242; }

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

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

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

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

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

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

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

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