#AD6041

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

Shades of Tuscany #AD6041

Tints of Tuscany #AD6041

Color information

#AD6041 (or 0xAD6041) is unknown color: approx Tuscany. HEX triplet: AD, 60 and 41. RGB value is (173,96,65). Sum of RGB (Red+Green+Blue) = 173+96+65=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6041 is #529FBE. Grayscale: #737373. Windows color (decimal): -5414847 or 4284589. OLE color: 4284589.

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

Color convert

RGB1739665-
CMYK00.450.620.32
HSL17.22º45.38%46.67%-
HSV(B)17.22º62.43%67.84%-
XYZ22.3717.637.23-
YUV115.4999.51169.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=51.80%
G=28.74%
B=19.46%

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
Decimal173966500.450.620.3217.2245.3846.67
HexAD604102D3E20112d2f
Octal2551401010557640215557
Binary1010110111000001000001010110111111010000010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6041; }

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

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

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

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

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

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

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

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