Html Css Color HEX #AD5D3A Tuscany

📋 copy color: '#AD5D3A'

red 173 ◦ green 93 ◦ blue 58

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

Shades of Tuscany #AD5D3A

Tints of Tuscany #AD5D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 53.4%
G = 28.7%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD5D3A (or 0xAD5D3A) is known color: Tuscany. HEX triplet: AD, 5D and 3A. RGB value is (173,93,58). Sum of RGB (Red+Green+Blue) = 173+93+58=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D3A is #52A2C5. Grayscale: #717171. Windows color (decimal): -5415622 or 3825069. OLE color: 3825069.

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

Color convert

RGB 173 93 58 -
CMYK 0 0.46 0.66 0.32
HSL 18.26º 0.5% 0.45% -
HSV(B) 18.26º 0.66% 0.68% -
XYZ 21.91 17.02 6.13 -
YUV 112.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 173 93 58 0 0.46 0.66 0.32 18.26 0.5 0.45
Hex AD 5D 3A 0 2E 42 20 12 32 2D
Octal 255 135 72 0 56 102 40 22 62 55
Binary 10101101 1011101 111010 0 101110 1000010 100000 10010 110010 101101

Color Harmonies of #AD5D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D3A

Black with #AD5D3A

Text Example


Text Example

White with #AD5D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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