Html Css Color HEX #AD593F Tuscany

📋 copy color: '#AD593F'

red 173 ◦ green 89 ◦ blue 63

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

Shades of Tuscany #AD593F

Tints of Tuscany #AD593F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 53.23%
G = 27.38%
B = 19.38%

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

#AD593F (or 0xAD593F) is known color: Tuscany. HEX triplet: AD, 59 and 3F. RGB value is (173,89,63). Sum of RGB (Red+Green+Blue) = 173+89+63=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD593F is #52A6C0. Grayscale: #6F6F6F. Windows color (decimal): -5416641 or 4151725. OLE color: 4151725.

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

Color convert

RGB 173 89 63 -
CMYK 0 0.49 0.64 0.32
HSL 14.18º 0.47% 0.46% -
HSV(B) 14.18º 0.64% 0.68% -
XYZ 21.7 16.39 6.72 -
YUV 111.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 173 89 63 0 0.49 0.64 0.32 14.18 0.47 0.46
Hex AD 59 3F 0 31 40 20 E 2F 2E
Octal 255 131 77 0 61 100 40 16 57 56
Binary 10101101 1011001 111111 0 110001 1000000 100000 1110 101111 101110

Color Harmonies of #AD593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD593F

Black with #AD593F

Text Example


Text Example

White with #AD593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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