Html Css Color HEX #AD5D40 Tuscany

📋 copy color: '#AD5D40'

red 173 ◦ green 93 ◦ blue 64

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

Shades of Tuscany #AD5D40

Tints of Tuscany #AD5D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 52.42%
G = 28.18%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD5D40 (or 0xAD5D40) is known color: Tuscany. HEX triplet: AD, 5D and 40. RGB value is (173,93,64). Sum of RGB (Red+Green+Blue) = 173+93+64=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D40 is #52A2BF. Grayscale: #717171. Windows color (decimal): -5415616 or 4218285. OLE color: 4218285.

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

Color convert

RGB 173 93 64 -
CMYK 0 0.46 0.63 0.32
HSL 15.96º 0.46% 0.46% -
HSV(B) 15.96º 0.63% 0.68% -
XYZ 22.07 17.08 6.98 -
YUV 113.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 173 93 64 0 0.46 0.63 0.32 15.96 0.46 0.46
Hex AD 5D 40 0 2E 3F 20 10 2E 2E
Octal 255 135 100 0 56 77 40 20 56 56
Binary 10101101 1011101 1000000 0 101110 111111 100000 10000 101110 101110

Color Harmonies of #AD5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D40

Black with #AD5D40

Text Example


Text Example

White with #AD5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D40; }

 p { color: rgb(173,93,64); }

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

background-color css

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

 a { background-color: rgb(173,93,64); }

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

border-color css

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

 span { border-color: rgb(173,93,64); }

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