Html Css Color HEX #AD5C44 Tuscany

📋 copy color: '#AD5C44'

red 173 ◦ green 92 ◦ blue 68

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

Shades of Tuscany #AD5C44

Tints of Tuscany #AD5C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

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

R = 51.95%
G = 27.63%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5C44 (or 0xAD5C44) is known color: Tuscany. HEX triplet: AD, 5C and 44. RGB value is (173,92,68). Sum of RGB (Red+Green+Blue) = 173+92+68=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C44 is #52A3BB. Grayscale: #717171. Windows color (decimal): -5415868 or 4480173. OLE color: 4480173.

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

Color convert

RGB 173 92 68 -
CMYK 0 0.47 0.61 0.32
HSL 13.71º 0.44% 0.47% -
HSV(B) 13.71º 0.61% 0.68% -
XYZ 22.1 16.96 7.58 -
YUV 113.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 173 92 68 0 0.47 0.61 0.32 13.71 0.44 0.47
Hex AD 5C 44 0 2F 3D 20 E 2C 2F
Octal 255 134 104 0 57 75 40 16 54 57
Binary 10101101 1011100 1000100 0 101111 111101 100000 1110 101100 101111

Color Harmonies of #AD5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C44

Black with #AD5C44

Text Example


Text Example

White with #AD5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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