Html Css Color HEX #AD5E41 Tuscany

📋 copy color: '#AD5E41'

red 173 ◦ green 94 ◦ blue 65

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

Shades of Tuscany #AD5E41

Tints of Tuscany #AD5E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 52.11%
G = 28.31%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5E41 (or 0xAD5E41) is known color: Tuscany. HEX triplet: AD, 5E and 41. RGB value is (173,94,65). Sum of RGB (Red+Green+Blue) = 173+94+65=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E41 is #52A1BE. Grayscale: #727272. Windows color (decimal): -5415359 or 4284077. OLE color: 4284077.

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

Color convert

RGB 173 94 65 -
CMYK 0 0.46 0.62 0.32
HSL 16.11º 0.45% 0.47% -
HSV(B) 16.11º 0.62% 0.68% -
XYZ 22.19 17.27 7.17 -
YUV 114.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 173 94 65 0 0.46 0.62 0.32 16.11 0.45 0.47
Hex AD 5E 41 0 2E 3E 20 10 2D 2F
Octal 255 136 101 0 56 76 40 20 55 57
Binary 10101101 1011110 1000001 0 101110 111110 100000 10000 101101 101111

Color Harmonies of #AD5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E41

Black with #AD5E41

Text Example


Text Example

White with #AD5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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