#AD5C42

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

Shades of Tuscany #AD5C42

Tints of Tuscany #AD5C42

Color information

#AD5C42 (or 0xAD5C42) is unknown color: approx Tuscany. HEX triplet: AD, 5C and 42. RGB value is (173,92,66). Sum of RGB (Red+Green+Blue) = 173+92+66=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C42 is #52A3BD. Grayscale: #717171. Windows color (decimal): -5415870 or 4349101. OLE color: 4349101.

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

Color convert

RGB1739266-
CMYK00.470.620.32
HSL14.58º44.77%46.86%-
HSV(B)14.58º61.85%67.84%-
XYZ22.0416.937.26-
YUV113.26101.34170.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=52.27%
G=27.79%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173926600.470.620.3214.5844.7746.86
HexAD5C4202F3E20f2d2f
Octal2551341020577640175557
Binary101011011011100100001001011111111101000001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C42; }

 p { color: rgb(173,92,66); }

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

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

 a { background-color: rgb(173,92,66); }

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

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

 span { border-color: rgb(173,92,66); }

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