Html Css Color HEX #AD5C3C Tuscany

📋 copy color: '#AD5C3C'

red 173 ◦ green 92 ◦ blue 60

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

Shades of Tuscany #AD5C3C

Tints of Tuscany #AD5C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

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

R = 53.23%
G = 28.31%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD5C3C (or 0xAD5C3C) is known color: Tuscany. HEX triplet: AD, 5C and 3C. RGB value is (173,92,60). Sum of RGB (Red+Green+Blue) = 173+92+60=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C3C is #52A3C3. Grayscale: #707070. Windows color (decimal): -5415876 or 3955885. OLE color: 3955885.

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

Color convert

RGB 173 92 60 -
CMYK 0 0.47 0.65 0.32
HSL 16.99º 0.48% 0.46% -
HSV(B) 16.99º 0.65% 0.68% -
XYZ 21.88 16.86 6.38 -
YUV 112.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 173 92 60 0 0.47 0.65 0.32 16.99 0.48 0.46
Hex AD 5C 3C 0 2F 41 20 11 30 2E
Octal 255 134 74 0 57 101 40 21 60 56
Binary 10101101 1011100 111100 0 101111 1000001 100000 10001 110000 101110

Color Harmonies of #AD5C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C3C

Black with #AD5C3C

Text Example


Text Example

White with #AD5C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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