Html Css Color HEX #AD5A41 Tuscany

📋 copy color: '#AD5A41'

red 173 ◦ green 90 ◦ blue 65

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

Shades of Tuscany #AD5A41

Tints of Tuscany #AD5A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 52.74%
G = 27.44%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5A41 (or 0xAD5A41) is known color: Tuscany. HEX triplet: AD, 5A and 41. RGB value is (173,90,65). Sum of RGB (Red+Green+Blue) = 173+90+65=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A41 is #52A5BE. Grayscale: #707070. Windows color (decimal): -5416383 or 4283053. OLE color: 4283053.

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

Color convert

RGB 173 90 65 -
CMYK 0 0.48 0.62 0.32
HSL 13.89º 0.45% 0.47% -
HSV(B) 13.89º 0.62% 0.68% -
XYZ 21.84 16.58 7.05 -
YUV 111.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 173 90 65 0 0.48 0.62 0.32 13.89 0.45 0.47
Hex AD 5A 41 0 30 3E 20 E 2D 2F
Octal 255 132 101 0 60 76 40 16 55 57
Binary 10101101 1011010 1000001 0 110000 111110 100000 1110 101101 101111

Color Harmonies of #AD5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A41

Black with #AD5A41

Text Example


Text Example

White with #AD5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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