Html Css Color HEX #AD5E3C Tuscany

📋 copy color: '#AD5E3C'

red 173 ◦ green 94 ◦ blue 60

#AD5E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #AD5E3C

Tints of Tuscany #AD5E3C

RGB

 RED value IS 173 (67.97% from 255) = 52.91%

 GREEN value IS 94 (37.11% from 255) = 28.75%

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 52.91%
G = 28.75%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD5E3C (or 0xAD5E3C) is known color: Tuscany. HEX triplet: AD, 5E and 3C. RGB value is (173,94,60). Sum of RGB (Red+Green+Blue) = 173+94+60=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E3C is #52A1C3. Grayscale: #717171. Windows color (decimal): -5415364 or 3956397. OLE color: 3956397.

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

Color convert

RGB 173 94 60 -
CMYK 0 0.46 0.65 0.32
HSL 18.05º 0.48% 0.46% -
HSV(B) 18.05º 0.65% 0.68% -
XYZ 22.05 17.22 6.44 -
YUV 113.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 173 94 60 0 0.46 0.65 0.32 18.05 0.48 0.46
Hex AD 5E 3C 0 2E 41 20 12 30 2E
Octal 255 136 74 0 56 101 40 22 60 56
Binary 10101101 1011110 111100 0 101110 1000001 100000 10010 110000 101110

Color Harmonies of #AD5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E3C

Black with #AD5E3C

Text Example


Text Example

White with #AD5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E3C; }

 p { color: rgb(173,94,60); }

 H1.HeaderClassName
 {
   color: #AD5E3C;
 }
 .AnyTagClassName
 {
   color: #AD5E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(173,94,60); }

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

border-color css

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

 span { border-color: rgb(173,94,60); }

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