#AD6448

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

Shades of Tuscany #AD6448

Tints of Tuscany #AD6448

Color information

#AD6448 (or 0xAD6448) is unknown color: approx Tuscany. HEX triplet: AD, 64 and 48. RGB value is (173,100,72). Sum of RGB (Red+Green+Blue) = 173+100+72=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6448 is #529BB7. Grayscale: #767676. Windows color (decimal): -5413816 or 4744365. OLE color: 4744365.

HSL color Cylindrical-coordinate representation of color #AD6448: hue angle of 16.63º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6448 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17310072-
CMYK00.420.580.32
HSL16.63º41.22%48.04%-
HSV(B)16.63º58.38%67.84%-
XYZ22.9618.478.49-
YUV118.64101.68166.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=50.14%
G=28.99%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731007200.420.580.3216.6341.2248.04
HexAD644802A3A20112930
Octal2551441100527240215160
Binary1010110111001001001000010101011101010000010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6448; }

 p { color: rgb(173,100,72); }

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

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

 a { background-color: rgb(173,100,72); }

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

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

 span { border-color: rgb(173,100,72); }

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