Html Css Color HEX #AD5D44 Tuscany

📋 copy color: '#AD5D44'

red 173 ◦ green 93 ◦ blue 68

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

Shades of Tuscany #AD5D44

Tints of Tuscany #AD5D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 51.8%
G = 27.84%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5D44 (or 0xAD5D44) is known color: Tuscany. HEX triplet: AD, 5D and 44. RGB value is (173,93,68). Sum of RGB (Red+Green+Blue) = 173+93+68=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D44 is #52A2BB. Grayscale: #727272. Windows color (decimal): -5415612 or 4480429. OLE color: 4480429.

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

Color convert

RGB 173 93 68 -
CMYK 0 0.46 0.61 0.32
HSL 14.29º 0.44% 0.47% -
HSV(B) 14.29º 0.61% 0.68% -
XYZ 22.19 17.13 7.61 -
YUV 114.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 173 93 68 0 0.46 0.61 0.32 14.29 0.44 0.47
Hex AD 5D 44 0 2E 3D 20 E 2C 2F
Octal 255 135 104 0 56 75 40 16 54 57
Binary 10101101 1011101 1000100 0 101110 111101 100000 1110 101100 101111

Color Harmonies of #AD5D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D44

Black with #AD5D44

Text Example


Text Example

White with #AD5D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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