Html Css Color HEX #AD5A3F Tuscany

📋 copy color: '#AD5A3F'

red 173 ◦ green 90 ◦ blue 63

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

Shades of Tuscany #AD5A3F

Tints of Tuscany #AD5A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 53.07%
G = 27.61%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD5A3F (or 0xAD5A3F) is known color: Tuscany. HEX triplet: AD, 5A and 3F. RGB value is (173,90,63). Sum of RGB (Red+Green+Blue) = 173+90+63=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A3F is #52A5C0. Grayscale: #6F6F6F. Windows color (decimal): -5416385 or 4151981. OLE color: 4151981.

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

Color convert

RGB 173 90 63 -
CMYK 0 0.48 0.64 0.32
HSL 14.73º 0.47% 0.46% -
HSV(B) 14.73º 0.64% 0.68% -
XYZ 21.79 16.56 6.75 -
YUV 111.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 173 90 63 0 0.48 0.64 0.32 14.73 0.47 0.46
Hex AD 5A 3F 0 30 40 20 F 2F 2E
Octal 255 132 77 0 60 100 40 17 57 56
Binary 10101101 1011010 111111 0 110000 1000000 100000 1111 101111 101110

Color Harmonies of #AD5A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A3F

Black with #AD5A3F

Text Example


Text Example

White with #AD5A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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