#AD6038

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

Shades of Tuscany #AD6038

Tints of Tuscany #AD6038

Color information

#AD6038 (or 0xAD6038) is unknown color: approx Tuscany. HEX triplet: AD, 60 and 38. RGB value is (173,96,56). Sum of RGB (Red+Green+Blue) = 173+96+56=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6038 is #529FC7. Grayscale: #727272. Windows color (decimal): -5414856 or 3694765. OLE color: 3694765.

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

Color convert

RGB1739656-
CMYK00.450.680.32
HSL20.51º51.09%44.9%-
HSV(B)20.51º67.63%67.84%-
XYZ22.1317.545.96-
YUV114.4695.01169.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=53.23%
G=29.54%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173965600.450.680.3220.5151.0944.9
HexAD603802D442015332d
Octal2551407005510440256355
Binary1010110111000001110000101101100010010000010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6038; }

 p { color: rgb(173,96,56); }

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

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

 a { background-color: rgb(173,96,56); }

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

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

 span { border-color: rgb(173,96,56); }

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