#AD6139

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

Shades of Tuscany #AD6139

Tints of Tuscany #AD6139

Color information

#AD6139 (or 0xAD6139) is unknown color: approx Tuscany. HEX triplet: AD, 61 and 39. RGB value is (173,97,57). Sum of RGB (Red+Green+Blue) = 173+97+57=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6139 is #529EC6. Grayscale: #737373. Windows color (decimal): -5414599 or 3760557. OLE color: 3760557.

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

Color convert

RGB1739757-
CMYK00.440.670.32
HSL20.69º50.43%45.1%-
HSV(B)20.69º67.05%67.84%-
XYZ22.2517.736.12-
YUV115.1695.18169.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=52.91%
G=29.66%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173975700.440.670.3220.6950.4345.1
HexAD613902C432015322d
Octal2551417105410340256255
Binary1010110111000011110010101100100001110000010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6139; }

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

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

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

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

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

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

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

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