Html Css Color HEX #AD5F3C Tuscany

📋 copy color: '#AD5F3C'

red 173 ◦ green 95 ◦ blue 60

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

Shades of Tuscany #AD5F3C

Tints of Tuscany #AD5F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 52.74%
G = 28.96%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD5F3C (or 0xAD5F3C) is known color: Tuscany. HEX triplet: AD, 5F and 3C. RGB value is (173,95,60). Sum of RGB (Red+Green+Blue) = 173+95+60=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F3C is #52A0C3. Grayscale: #727272. Windows color (decimal): -5415108 or 3956653. OLE color: 3956653.

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

Color convert

RGB 173 95 60 -
CMYK 0 0.45 0.65 0.32
HSL 18.58º 0.48% 0.46% -
HSV(B) 18.58º 0.65% 0.68% -
XYZ 22.14 17.39 6.47 -
YUV 114.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 173 95 60 0 0.45 0.65 0.32 18.58 0.48 0.46
Hex AD 5F 3C 0 2D 41 20 13 30 2E
Octal 255 137 74 0 55 101 40 23 60 56
Binary 10101101 1011111 111100 0 101101 1000001 100000 10011 110000 101110

Color Harmonies of #AD5F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F3C

Black with #AD5F3C

Text Example


Text Example

White with #AD5F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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