#AD5E39

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

Shades of Tuscany #AD5E39

Tints of Tuscany #AD5E39

Color information

#AD5E39 (or 0xAD5E39) is unknown color: approx Tuscany. HEX triplet: AD, 5E and 39. RGB value is (173,94,57). Sum of RGB (Red+Green+Blue) = 173+94+57=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E39 is #52A1C6. Grayscale: #717171. Windows color (decimal): -5415367 or 3759789. OLE color: 3759789.

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

Color convert

RGB1739457-
CMYK00.460.670.32
HSL19.14º50.43%45.1%-
HSV(B)19.14º67.05%67.84%-
XYZ21.9717.196.03-
YUV113.496.17170.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.40%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=53.40%
G=29.01%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173945700.460.670.3219.1450.4345.1
HexAD5E3902E432013322d
Octal2551367105610340236255
Binary1010110110111101110010101110100001110000010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E39; }

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

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

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

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

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

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

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

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