Html Css Color HEX #AD5E44 Tuscany

📋 copy color: '#AD5E44'

red 173 ◦ green 94 ◦ blue 68

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

Shades of Tuscany #AD5E44

Tints of Tuscany #AD5E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 51.64%
G = 28.06%
B = 20.3%

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

#AD5E44 (or 0xAD5E44) is known color: Tuscany. HEX triplet: AD, 5E and 44. RGB value is (173,94,68). Sum of RGB (Red+Green+Blue) = 173+94+68=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E44 is #52A1BB. Grayscale: #727272. Windows color (decimal): -5415356 or 4480685. OLE color: 4480685.

HSL color Cylindrical-coordinate representation of color #AD5E44: hue angle of 14.86º 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 #AD5E44 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 94 68 -
CMYK 0 0.46 0.61 0.32
HSL 14.86º 0.44% 0.47% -
HSV(B) 14.86º 0.61% 0.68% -
XYZ 22.28 17.31 7.64 -
YUV 114.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 173 94 68 0 0.46 0.61 0.32 14.86 0.44 0.47
Hex AD 5E 44 0 2E 3D 20 F 2C 2F
Octal 255 136 104 0 56 75 40 17 54 57
Binary 10101101 1011110 1000100 0 101110 111101 100000 1111 101100 101111

Color Harmonies of #AD5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E44

Black with #AD5E44

Text Example


Text Example

White with #AD5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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