Html Css Color HEX #AD5F46 Tuscany

📋 copy color: '#AD5F46'

red 173 ◦ green 95 ◦ blue 70

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

Shades of Tuscany #AD5F46

Tints of Tuscany #AD5F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 51.18%
G = 28.11%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD5F46 (or 0xAD5F46) is known color: Tuscany. HEX triplet: AD, 5F and 46. RGB value is (173,95,70). Sum of RGB (Red+Green+Blue) = 173+95+70=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F46 is #52A0B9. Grayscale: #737373. Windows color (decimal): -5415098 or 4612013. OLE color: 4612013.

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

Color convert

RGB 173 95 70 -
CMYK 0 0.45 0.60 0.32
HSL 14.56º 0.42% 0.48% -
HSV(B) 14.56º 0.6% 0.68% -
XYZ 22.43 17.51 7.99 -
YUV 115.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 173 95 70 0 0.45 0.60 0.32 14.56 0.42 0.48
Hex AD 5F 46 0 2D 3C 20 F 2A 30
Octal 255 137 106 0 55 74 40 17 52 60
Binary 10101101 1011111 1000110 0 101101 111100 100000 1111 101010 110000

Color Harmonies of #AD5F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F46

Black with #AD5F46

Text Example


Text Example

White with #AD5F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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