Html Css Color HEX #AD5F38 Tuscany

📋 copy color: '#AD5F38'

red 173 ◦ green 95 ◦ blue 56

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

Shades of Tuscany #AD5F38

Tints of Tuscany #AD5F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.28%

R = 53.4%
G = 29.32%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD5F38 (or 0xAD5F38) is known color: Tuscany. HEX triplet: AD, 5F and 38. RGB value is (173,95,56). Sum of RGB (Red+Green+Blue) = 173+95+56=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F38 is #52A0C7. Grayscale: #727272. Windows color (decimal): -5415112 or 3694509. OLE color: 3694509.

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

Color convert

RGB 173 95 56 -
CMYK 0 0.45 0.68 0.32
HSL 20º 0.51% 0.45% -
HSV(B) 20º 0.68% 0.68% -
XYZ 22.04 17.35 5.93 -
YUV 113.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 173 95 56 0 0.45 0.68 0.32 20 0.51 0.45
Hex AD 5F 38 0 2D 44 20 14 33 2D
Octal 255 137 70 0 55 104 40 24 63 55
Binary 10101101 1011111 111000 0 101101 1000100 100000 10100 110011 101101

Color Harmonies of #AD5F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F38

Black with #AD5F38

Text Example


Text Example

White with #AD5F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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