#AD6149

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

Shades of Tuscany #AD6149

Tints of Tuscany #AD6149

Color information

#AD6149 (or 0xAD6149) is unknown color: approx Tuscany. HEX triplet: AD, 61 and 49. RGB value is (173,97,73). Sum of RGB (Red+Green+Blue) = 173+97+73=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6149 is #529EB6. Grayscale: #757575. Windows color (decimal): -5414583 or 4809133. OLE color: 4809133.

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

Color convert

RGB1739773-
CMYK00.440.580.32
HSL14.4º40.65%48.24%-
HSV(B)14.4º57.8%67.84%-
XYZ22.7117.918.56-
YUV116.99103.18167.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=50.44%
G=28.28%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173977300.440.580.3214.440.6548.24
HexAD614902C3A20e2930
Octal2551411110547240165160
Binary101011011100001100100101011001110101000001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6149; }

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

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

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

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

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

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

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

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