Html Css Color HEX #AD6647 Tuscany

📋 copy color: '#AD6647'

red 173 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #AD6647

Tints of Tuscany #AD6647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.52%

R = 50%
G = 29.48%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD6647 (or 0xAD6647) is known color: Tuscany. HEX triplet: AD, 66 and 47. RGB value is (173,102,71). Sum of RGB (Red+Green+Blue) = 173+102+71=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6647 is #5299B8. Grayscale: #777777. Windows color (decimal): -5413305 or 4679341. OLE color: 4679341.

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

Color convert

RGB 173 102 71 -
CMYK 0 0.41 0.59 0.32
HSL 18.24º 0.42% 0.48% -
HSV(B) 18.24º 0.59% 0.68% -
XYZ 23.12 18.84 8.38 -
YUV 119.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 173 102 71 0 0.41 0.59 0.32 18.24 0.42 0.48
Hex AD 66 47 0 29 3B 20 12 2A 30
Octal 255 146 107 0 51 73 40 22 52 60
Binary 10101101 1100110 1000111 0 101001 111011 100000 10010 101010 110000

Color Harmonies of #AD6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6647

Black with #AD6647

Text Example


Text Example

White with #AD6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6647; }

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

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

background-color css

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

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

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

border-color css

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

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

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