#AD5E41

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

Shades of Tuscany #AD5E41

Tints of Tuscany #AD5E41

Color information

#AD5E41 (or 0xAD5E41) is unknown color: approx Tuscany. HEX triplet: AD, 5E and 41. RGB value is (173,94,65). Sum of RGB (Red+Green+Blue) = 173+94+65=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E41 is #52A1BE. Grayscale: #727272. Windows color (decimal): -5415359 or 4284077. OLE color: 4284077.

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

Color convert

RGB1739465-
CMYK00.460.620.32
HSL16.11º45.38%46.67%-
HSV(B)16.11º62.43%67.84%-
XYZ22.1917.277.17-
YUV114.32100.17169.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=52.11%
G=28.31%
B=19.58%

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
Decimal173946500.460.620.3216.1145.3846.67
HexAD5E4102E3E20102d2f
Octal2551361010567640205557
Binary1010110110111101000001010111011111010000010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E41; }

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

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

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

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

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

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

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

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