Html Css Color HEX #AD5B3F Tuscany

📋 copy color: '#AD5B3F'

red 173 ◦ green 91 ◦ blue 63

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

Shades of Tuscany #AD5B3F

Tints of Tuscany #AD5B3F

RGB

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

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

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

R = 52.91%
G = 27.83%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD5B3F (or 0xAD5B3F) is known color: Tuscany. HEX triplet: AD, 5B and 3F. RGB value is (173,91,63). Sum of RGB (Red+Green+Blue) = 173+91+63=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5B3F is #52A4C0. Grayscale: #707070. Windows color (decimal): -5416129 or 4152237. OLE color: 4152237.

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

Color convert

RGB 173 91 63 -
CMYK 0 0.47 0.64 0.32
HSL 15.27º 0.47% 0.46% -
HSV(B) 15.27º 0.64% 0.68% -
XYZ 21.87 16.73 6.78 -
YUV 112.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 173 91 63 0 0.47 0.64 0.32 15.27 0.47 0.46
Hex AD 5B 3F 0 2F 40 20 F 2F 2E
Octal 255 133 77 0 57 100 40 17 57 56
Binary 10101101 1011011 111111 0 101111 1000000 100000 1111 101111 101110

Color Harmonies of #AD5B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B3F

Black with #AD5B3F

Text Example


Text Example

White with #AD5B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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