#AD5F39

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

Shades of Tuscany #AD5F39

Tints of Tuscany #AD5F39

Color information

#AD5F39 (or 0xAD5F39) is unknown color: approx Tuscany. HEX triplet: AD, 5F and 39. RGB value is (173,95,57). Sum of RGB (Red+Green+Blue) = 173+95+57=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F39 is #52A0C6. Grayscale: #727272. Windows color (decimal): -5415111 or 3760045. OLE color: 3760045.

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

Color convert

RGB1739557-
CMYK00.450.670.32
HSL19.66º50.43%45.1%-
HSV(B)19.66º67.05%67.84%-
XYZ22.0617.366.06-
YUV113.9995.84170.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=53.23%
G=29.23%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173955700.450.670.3219.6650.4345.1
HexAD5F3902D432014322d
Octal2551377105510340246255
Binary1010110110111111110010101101100001110000010100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F39; }

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

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

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

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

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

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

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

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