Html Css Color HEX #AD5F49 Tuscany

📋 copy color: '#AD5F49'

red 173 ◦ green 95 ◦ blue 73

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

Shades of Tuscany #AD5F49

Tints of Tuscany #AD5F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 50.73%
G = 27.86%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5F49 (or 0xAD5F49) is known color: Tuscany. HEX triplet: AD, 5F and 49. RGB value is (173,95,73). Sum of RGB (Red+Green+Blue) = 173+95+73=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F49 is #52A0B6. Grayscale: #737373. Windows color (decimal): -5415095 or 4808621. OLE color: 4808621.

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

Color convert

RGB 173 95 73 -
CMYK 0 0.45 0.58 0.32
HSL 13.2º 0.41% 0.48% -
HSV(B) 13.2º 0.58% 0.68% -
XYZ 22.53 17.55 8.5 -
YUV 115.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 173 95 73 0 0.45 0.58 0.32 13.2 0.41 0.48
Hex AD 5F 49 0 2D 3A 20 D 29 30
Octal 255 137 111 0 55 72 40 15 51 60
Binary 10101101 1011111 1001001 0 101101 111010 100000 1101 101001 110000

Color Harmonies of #AD5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F49

Black with #AD5F49

Text Example


Text Example

White with #AD5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F49; }

 p { color: rgb(173,95,73); }

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

background-color css

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

 a { background-color: rgb(173,95,73); }

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

border-color css

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

 span { border-color: rgb(173,95,73); }

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