#AD6341

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

Shades of Tuscany #AD6341

Tints of Tuscany #AD6341

Color information

#AD6341 (or 0xAD6341) is unknown color: approx Tuscany. HEX triplet: AD, 63 and 41. RGB value is (173,99,65). Sum of RGB (Red+Green+Blue) = 173+99+65=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6341 is #529CBE. Grayscale: #757575. Windows color (decimal): -5414079 or 4285357. OLE color: 4285357.

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

Color convert

RGB1739965-
CMYK00.430.620.32
HSL18.89º45.38%46.67%-
HSV(B)18.89º62.43%67.84%-
XYZ22.6518.197.32-
YUV117.2598.52167.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=51.34%
G=29.38%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173996500.430.620.3218.8945.3846.67
HexAD634102B3E20132d2f
Octal2551431010537640235557
Binary1010110111000111000001010101111111010000010011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6341; }

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

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

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

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

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

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

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

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