#AD6045

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

Shades of Tuscany #AD6045

Tints of Tuscany #AD6045

Color information

#AD6045 (or 0xAD6045) is unknown color: approx Tuscany. HEX triplet: AD, 60 and 45. RGB value is (173,96,69). Sum of RGB (Red+Green+Blue) = 173+96+69=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6045 is #529FBA. Grayscale: #747474. Windows color (decimal): -5414843 or 4546733. OLE color: 4546733.

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

Color convert

RGB1739669-
CMYK00.450.600.32
HSL15.58º42.98%47.45%-
HSV(B)15.58º60.12%67.84%-
XYZ22.4917.687.86-
YUV115.94101.51168.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=51.18%
G=28.40%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173966900.450.600.3215.5842.9847.45
HexAD604502D3C20102b2f
Octal2551401050557440205357
Binary1010110111000001000101010110111110010000010000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6045; }

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

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

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

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

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

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

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

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