Html Css Color HEX #AD5E45 Tuscany

📋 copy color: '#AD5E45'

red 173 ◦ green 94 ◦ blue 69

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

Shades of Tuscany #AD5E45

Tints of Tuscany #AD5E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 51.49%
G = 27.98%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD5E45 (or 0xAD5E45) is known color: Tuscany. HEX triplet: AD, 5E and 45. RGB value is (173,94,69). Sum of RGB (Red+Green+Blue) = 173+94+69=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E45 is #52A1BA. Grayscale: #727272. Windows color (decimal): -5415355 or 4546221. OLE color: 4546221.

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

Color convert

RGB 173 94 69 -
CMYK 0 0.46 0.60 0.32
HSL 14.42º 0.43% 0.47% -
HSV(B) 14.42º 0.6% 0.68% -
XYZ 22.31 17.32 7.8 -
YUV 114.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 173 94 69 0 0.46 0.60 0.32 14.42 0.43 0.47
Hex AD 5E 45 0 2E 3C 20 E 2B 2F
Octal 255 136 105 0 56 74 40 16 53 57
Binary 10101101 1011110 1000101 0 101110 111100 100000 1110 101011 101111

Color Harmonies of #AD5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E45

Black with #AD5E45

Text Example


Text Example

White with #AD5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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