#AD5F41

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

Shades of Tuscany #AD5F41

Tints of Tuscany #AD5F41

Color information

#AD5F41 (or 0xAD5F41) is unknown color: approx Tuscany. HEX triplet: AD, 5F and 41. RGB value is (173,95,65). Sum of RGB (Red+Green+Blue) = 173+95+65=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F41 is #52A0BE. Grayscale: #737373. Windows color (decimal): -5415103 or 4284333. OLE color: 4284333.

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

Color convert

RGB1739565-
CMYK00.450.620.32
HSL16.67º45.38%46.67%-
HSV(B)16.67º62.43%67.84%-
XYZ22.2817.457.19-
YUV114.999.84169.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=51.95%
G=28.53%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173956500.450.620.3216.6745.3846.67
HexAD5F4102D3E20112d2f
Octal2551371010557640215557
Binary1010110110111111000001010110111111010000010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F41; }

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

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

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

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

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

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

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

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