Html Css Color HEX #AD5E39 Tuscany

📋 copy color: '#AD5E39'

red 173 ◦ green 94 ◦ blue 57

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

Shades of Tuscany #AD5E39

Tints of Tuscany #AD5E39

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

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

R = 53.4%
G = 29.01%
B = 17.59%

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

#AD5E39 (or 0xAD5E39) is known color: Tuscany. HEX triplet: AD, 5E and 39. RGB value is (173,94,57). Sum of RGB (Red+Green+Blue) = 173+94+57=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E39 is #52A1C6. Grayscale: #717171. Windows color (decimal): -5415367 or 3759789. OLE color: 3759789.

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

Color convert

RGB 173 94 57 -
CMYK 0 0.46 0.67 0.32
HSL 19.14º 0.5% 0.45% -
HSV(B) 19.14º 0.67% 0.68% -
XYZ 21.97 17.19 6.03 -
YUV 113.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 173 94 57 0 0.46 0.67 0.32 19.14 0.5 0.45
Hex AD 5E 39 0 2E 43 20 13 32 2D
Octal 255 136 71 0 56 103 40 23 62 55
Binary 10101101 1011110 111001 0 101110 1000011 100000 10011 110010 101101

Color Harmonies of #AD5E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E39

Black with #AD5E39

Text Example


Text Example

White with #AD5E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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