Html Css Color HEX #AD663F Tuscany

📋 copy color: '#AD663F'

red 173 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #AD663F

Tints of Tuscany #AD663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 51.18%
G = 30.18%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD663F (or 0xAD663F) is known color: Tuscany. HEX triplet: AD, 66 and 3F. RGB value is (173,102,63). Sum of RGB (Red+Green+Blue) = 173+102+63=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD663F is #5299C0. Grayscale: #777777. Windows color (decimal): -5413313 or 4155053. OLE color: 4155053.

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

Color convert

RGB 173 102 63 -
CMYK 0 0.41 0.64 0.32
HSL 21.27º 0.47% 0.46% -
HSV(B) 21.27º 0.64% 0.68% -
XYZ 22.88 18.75 7.11 -
YUV 118.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 173 102 63 0 0.41 0.64 0.32 21.27 0.47 0.46
Hex AD 66 3F 0 29 40 20 15 2F 2E
Octal 255 146 77 0 51 100 40 25 57 56
Binary 10101101 1100110 111111 0 101001 1000000 100000 10101 101111 101110

Color Harmonies of #AD663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD663F

Black with #AD663F

Text Example


Text Example

White with #AD663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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