Html Css Color HEX #AD5D3D Tuscany

📋 copy color: '#AD5D3D'

red 173 ◦ green 93 ◦ blue 61

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

Shades of Tuscany #AD5D3D

Tints of Tuscany #AD5D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 52.91%
G = 28.44%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD5D3D (or 0xAD5D3D) is known color: Tuscany. HEX triplet: AD, 5D and 3D. RGB value is (173,93,61). Sum of RGB (Red+Green+Blue) = 173+93+61=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D3D is #52A2C2. Grayscale: #717171. Windows color (decimal): -5415619 or 4021677. OLE color: 4021677.

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

Color convert

RGB 173 93 61 -
CMYK 0 0.46 0.65 0.32
HSL 17.14º 0.48% 0.46% -
HSV(B) 17.14º 0.65% 0.68% -
XYZ 21.99 17.05 6.55 -
YUV 113.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 173 93 61 0 0.46 0.65 0.32 17.14 0.48 0.46
Hex AD 5D 3D 0 2E 41 20 11 30 2E
Octal 255 135 75 0 56 101 40 21 60 56
Binary 10101101 1011101 111101 0 101110 1000001 100000 10001 110000 101110

Color Harmonies of #AD5D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D3D

Black with #AD5D3D

Text Example


Text Example

White with #AD5D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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