#AD5E42

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

Shades of Tuscany #AD5E42

Tints of Tuscany #AD5E42

Color information

#AD5E42 (or 0xAD5E42) is unknown color: approx Tuscany. HEX triplet: AD, 5E and 42. RGB value is (173,94,66). Sum of RGB (Red+Green+Blue) = 173+94+66=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E42 is #52A1BD. Grayscale: #727272. Windows color (decimal): -5415358 or 4349613. OLE color: 4349613.

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

Color convert

RGB1739466-
CMYK00.460.620.32
HSL15.7º44.77%46.86%-
HSV(B)15.7º61.85%67.84%-
XYZ22.2217.287.32-
YUV114.43100.67169.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=51.95%
G=28.23%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173946600.460.620.3215.744.7746.86
HexAD5E4202E3E20102d2f
Octal2551361020567640205557
Binary1010110110111101000010010111011111010000010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E42; }

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

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

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

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

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

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

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

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