Html Css Color HEX #AD593E Tuscany

📋 copy color: '#AD593E'

red 173 ◦ green 89 ◦ blue 62

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

Shades of Tuscany #AD593E

Tints of Tuscany #AD593E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 53.4%
G = 27.47%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD593E (or 0xAD593E) is known color: Tuscany. HEX triplet: AD, 59 and 3E. RGB value is (173,89,62). Sum of RGB (Red+Green+Blue) = 173+89+62=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD593E is #52A6C1. Grayscale: #6F6F6F. Windows color (decimal): -5416642 or 4086189. OLE color: 4086189.

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

Color convert

RGB 173 89 62 -
CMYK 0 0.49 0.64 0.32
HSL 14.59º 0.47% 0.46% -
HSV(B) 14.59º 0.64% 0.68% -
XYZ 21.68 16.38 6.58 -
YUV 111.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 173 89 62 0 0.49 0.64 0.32 14.59 0.47 0.46
Hex AD 59 3E 0 31 40 20 F 2F 2E
Octal 255 131 76 0 61 100 40 17 57 56
Binary 10101101 1011001 111110 0 110001 1000000 100000 1111 101111 101110

Color Harmonies of #AD593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD593E

Black with #AD593E

Text Example


Text Example

White with #AD593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD593E; }

 p { color: rgb(173,89,62); }

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

background-color css

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

 a { background-color: rgb(173,89,62); }

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

border-color css

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

 span { border-color: rgb(173,89,62); }

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