Html Css Color HEX #AD5A3C Tuscany

📋 copy color: '#AD5A3C'

red 173 ◦ green 90 ◦ blue 60

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

Shades of Tuscany #AD5A3C

Tints of Tuscany #AD5A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 53.56%
G = 27.86%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD5A3C (or 0xAD5A3C) is known color: Tuscany. HEX triplet: AD, 5A and 3C. RGB value is (173,90,60). Sum of RGB (Red+Green+Blue) = 173+90+60=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A3C is #52A5C3. Grayscale: #6F6F6F. Windows color (decimal): -5416388 or 3955373. OLE color: 3955373.

HSL color Cylindrical-coordinate representation of color #AD5A3C: hue angle of 15.93º 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 #AD5A3C is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 60 -
CMYK 0 0.48 0.65 0.32
HSL 15.93º 0.48% 0.46% -
HSV(B) 15.93º 0.65% 0.68% -
XYZ 21.71 16.52 6.32 -
YUV 111.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 173 90 60 0 0.48 0.65 0.32 15.93 0.48 0.46
Hex AD 5A 3C 0 30 41 20 10 30 2E
Octal 255 132 74 0 60 101 40 20 60 56
Binary 10101101 1011010 111100 0 110000 1000001 100000 10000 110000 101110

Color Harmonies of #AD5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A3C

Black with #AD5A3C

Text Example


Text Example

White with #AD5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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