#AD6249

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

Shades of Tuscany #AD6249

Tints of Tuscany #AD6249

Color information

#AD6249 (or 0xAD6249) is unknown color: approx Tuscany. HEX triplet: AD, 62 and 49. RGB value is (173,98,73). Sum of RGB (Red+Green+Blue) = 173+98+73=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6249 is #529DB6. Grayscale: #757575. Windows color (decimal): -5414327 or 4809389. OLE color: 4809389.

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

Color convert

RGB1739873-
CMYK00.430.580.32
HSL15º40.65%48.24%-
HSV(B)15º57.8%67.84%-
XYZ22.818.18.6-
YUV117.57102.85167.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=50.29%
G=28.49%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173987300.430.580.321540.6548.24
HexAD624902B3A20f2930
Octal2551421110537240175160
Binary101011011100010100100101010111110101000001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6249; }

 p { color: rgb(173,98,73); }

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

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

 a { background-color: rgb(173,98,73); }

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

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

 span { border-color: rgb(173,98,73); }

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