Html Css Color HEX #AD5B44 Tuscany

📋 copy color: '#AD5B44'

red 173 ◦ green 91 ◦ blue 68

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

Shades of Tuscany #AD5B44

Tints of Tuscany #AD5B44

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

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

R = 52.11%
G = 27.41%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5B44 (or 0xAD5B44) is known color: Tuscany. HEX triplet: AD, 5B and 44. RGB value is (173,91,68). Sum of RGB (Red+Green+Blue) = 173+91+68=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5B44 is #52A4BB. Grayscale: #717171. Windows color (decimal): -5416124 or 4479917. OLE color: 4479917.

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

Color convert

RGB 173 91 68 -
CMYK 0 0.47 0.61 0.32
HSL 13.14º 0.44% 0.47% -
HSV(B) 13.14º 0.61% 0.68% -
XYZ 22.02 16.78 7.55 -
YUV 112.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 173 91 68 0 0.47 0.61 0.32 13.14 0.44 0.47
Hex AD 5B 44 0 2F 3D 20 D 2C 2F
Octal 255 133 104 0 57 75 40 15 54 57
Binary 10101101 1011011 1000100 0 101111 111101 100000 1101 101100 101111

Color Harmonies of #AD5B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B44

Black with #AD5B44

Text Example


Text Example

White with #AD5B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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