Html Css Color HEX #AD643E Tuscany

📋 copy color: '#AD643E'

red 173 ◦ green 100 ◦ blue 62

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

Shades of Tuscany #AD643E

Tints of Tuscany #AD643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 51.64%
G = 29.85%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD643E (or 0xAD643E) is known color: Tuscany. HEX triplet: AD, 64 and 3E. RGB value is (173,100,62). Sum of RGB (Red+Green+Blue) = 173+100+62=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD643E is #529BC1. Grayscale: #757575. Windows color (decimal): -5413826 or 4089005. OLE color: 4089005.

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

Color convert

RGB 173 100 62 -
CMYK 0 0.42 0.64 0.32
HSL 20.54º 0.47% 0.46% -
HSV(B) 20.54º 0.64% 0.68% -
XYZ 22.66 18.35 6.9 -
YUV 117.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 173 100 62 0 0.42 0.64 0.32 20.54 0.47 0.46
Hex AD 64 3E 0 2A 40 20 15 2F 2E
Octal 255 144 76 0 52 100 40 25 57 56
Binary 10101101 1100100 111110 0 101010 1000000 100000 10101 101111 101110

Color Harmonies of #AD643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD643E

Black with #AD643E

Text Example


Text Example

White with #AD643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD643E; }

 p { color: rgb(173,100,62); }

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

background-color css

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

 a { background-color: rgb(173,100,62); }

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

border-color css

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

 span { border-color: rgb(173,100,62); }

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