Html Css Color HEX #AD5D39 Tuscany

📋 copy color: '#AD5D39'

red 173 ◦ green 93 ◦ blue 57

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

Shades of Tuscany #AD5D39

Tints of Tuscany #AD5D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 53.56%
G = 28.79%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD5D39 (or 0xAD5D39) is known color: Tuscany. HEX triplet: AD, 5D and 39. RGB value is (173,93,57). Sum of RGB (Red+Green+Blue) = 173+93+57=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D39 is #52A2C6. Grayscale: #717171. Windows color (decimal): -5415623 or 3759533. OLE color: 3759533.

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

Color convert

RGB 173 93 57 -
CMYK 0 0.46 0.67 0.32
HSL 18.62º 0.5% 0.45% -
HSV(B) 18.62º 0.67% 0.68% -
XYZ 21.89 17.01 6 -
YUV 112.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 173 93 57 0 0.46 0.67 0.32 18.62 0.5 0.45
Hex AD 5D 39 0 2E 43 20 13 32 2D
Octal 255 135 71 0 56 103 40 23 62 55
Binary 10101101 1011101 111001 0 101110 1000011 100000 10011 110010 101101

Color Harmonies of #AD5D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D39

Black with #AD5D39

Text Example


Text Example

White with #AD5D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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