Html Css Color HEX #AD5E48 Tuscany

📋 copy color: '#AD5E48'

red 173 ◦ green 94 ◦ blue 72

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

Shades of Tuscany #AD5E48

Tints of Tuscany #AD5E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 51.03%
G = 27.73%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5E48 (or 0xAD5E48) is known color: Tuscany. HEX triplet: AD, 5E and 48. RGB value is (173,94,72). Sum of RGB (Red+Green+Blue) = 173+94+72=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E48 is #52A1B7. Grayscale: #737373. Windows color (decimal): -5415352 or 4742829. OLE color: 4742829.

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

Color convert

RGB 173 94 72 -
CMYK 0 0.46 0.58 0.32
HSL 13.07º 0.41% 0.48% -
HSV(B) 13.07º 0.58% 0.68% -
XYZ 22.41 17.36 8.3 -
YUV 115.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 173 94 72 0 0.46 0.58 0.32 13.07 0.41 0.48
Hex AD 5E 48 0 2E 3A 20 D 29 30
Octal 255 136 110 0 56 72 40 15 51 60
Binary 10101101 1011110 1001000 0 101110 111010 100000 1101 101001 110000

Color Harmonies of #AD5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E48

Black with #AD5E48

Text Example


Text Example

White with #AD5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E48; }

 p { color: rgb(173,94,72); }

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

background-color css

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

 a { background-color: rgb(173,94,72); }

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

border-color css

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

 span { border-color: rgb(173,94,72); }

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