#AD6142

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

Shades of Tuscany #AD6142

Tints of Tuscany #AD6142

Color information

#AD6142 (or 0xAD6142) is unknown color: approx Tuscany. HEX triplet: AD, 61 and 42. RGB value is (173,97,66). Sum of RGB (Red+Green+Blue) = 173+97+66=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6142 is #529EBD. Grayscale: #747474. Windows color (decimal): -5414590 or 4350381. OLE color: 4350381.

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

Color convert

RGB1739766-
CMYK00.440.620.32
HSL17.38º44.77%46.86%-
HSV(B)17.38º61.85%67.84%-
XYZ22.4917.837.41-
YUV116.1999.68168.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=51.49%
G=28.87%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173976600.440.620.3217.3844.7746.86
HexAD614202C3E20112d2f
Octal2551411020547640215557
Binary1010110111000011000010010110011111010000010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6142; }

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

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

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

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

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

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

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

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