#AD6644

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

Shades of Tuscany #AD6644

Tints of Tuscany #AD6644

Color information

#AD6644 (or 0xAD6644) is unknown color: approx Tuscany. HEX triplet: AD, 66 and 44. RGB value is (173,102,68). Sum of RGB (Red+Green+Blue) = 173+102+68=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6644 is #5299BB. Grayscale: #777777. Windows color (decimal): -5413308 or 4482733. OLE color: 4482733.

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

Color convert

RGB17310268-
CMYK00.410.610.32
HSL19.43º43.57%47.25%-
HSV(B)19.43º60.69%67.84%-
XYZ23.0318.87.88-
YUV119.3599.02166.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=50.44%
G=29.74%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731026800.410.610.3219.4343.5747.25
HexAD66440293D20132c2f
Octal2551461040517540235457
Binary1010110111001101000100010100111110110000010011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6644; }

 p { color: rgb(173,102,68); }

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

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

 a { background-color: rgb(173,102,68); }

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

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

 span { border-color: rgb(173,102,68); }

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