Html Css Color HEX #AD5E43 Tuscany

📋 copy color: '#AD5E43'

red 173 ◦ green 94 ◦ blue 67

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

Shades of Tuscany #AD5E43

Tints of Tuscany #AD5E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 51.8%
G = 28.14%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5E43 (or 0xAD5E43) is known color: Tuscany. HEX triplet: AD, 5E and 43. RGB value is (173,94,67). Sum of RGB (Red+Green+Blue) = 173+94+67=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E43 is #52A1BC. Grayscale: #727272. Windows color (decimal): -5415357 or 4415149. OLE color: 4415149.

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

Color convert

RGB 173 94 67 -
CMYK 0 0.46 0.61 0.32
HSL 15.28º 0.44% 0.47% -
HSV(B) 15.28º 0.61% 0.68% -
XYZ 22.25 17.29 7.48 -
YUV 114.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 173 94 67 0 0.46 0.61 0.32 15.28 0.44 0.47
Hex AD 5E 43 0 2E 3D 20 F 2C 2F
Octal 255 136 103 0 56 75 40 17 54 57
Binary 10101101 1011110 1000011 0 101110 111101 100000 1111 101100 101111

Color Harmonies of #AD5E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E43

Black with #AD5E43

Text Example


Text Example

White with #AD5E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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