#AD604A

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

Shades of Tuscany #AD604A

Tints of Tuscany #AD604A

Color information

#AD604A (or 0xAD604A) is unknown color: approx Tuscany. HEX triplet: AD, 60 and 4A. RGB value is (173,96,74). Sum of RGB (Red+Green+Blue) = 173+96+74=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD604A is #529FB5. Grayscale: #747474. Windows color (decimal): -5414838 or 4874413. OLE color: 4874413.

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

Color convert

RGB1739674-
CMYK00.450.570.32
HSL13.33º40.08%48.43%-
HSV(B)13.33º57.23%67.84%-
XYZ22.6517.748.71-
YUV116.51104.01168.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=50.44%
G=27.99%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173967400.450.570.3213.3340.0848.43
HexAD604A02D3920d2830
Octal2551401120557140155060
Binary101011011100000100101001011011110011000001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD604A; }

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

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

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

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

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

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

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

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