Html Css Color HEX #AD6644 Tuscany

📋 copy color: '#AD6644'

red 173 ◦ green 102 ◦ blue 68

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

Shades of Tuscany #AD6644

Tints of Tuscany #AD6644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 50.44%
G = 29.74%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6644 (or 0xAD6644) is known color: Tuscany. HEX triplet: AD, 66 and 44. RGB value is (173,102,68). Sum of RGB (Red+Green+Blue) = 173+102+68=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6644 is #5299BB. Grayscale: #777777. Windows color (decimal): -5413308 or 4482733. OLE color: 4482733.

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

Color convert

RGB 173 102 68 -
CMYK 0 0.41 0.61 0.32
HSL 19.43º 0.44% 0.47% -
HSV(B) 19.43º 0.61% 0.68% -
XYZ 23.03 18.8 7.88 -
YUV 119.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 173 102 68 0 0.41 0.61 0.32 19.43 0.44 0.47
Hex AD 66 44 0 29 3D 20 13 2C 2F
Octal 255 146 104 0 51 75 40 23 54 57
Binary 10101101 1100110 1000100 0 101001 111101 100000 10011 101100 101111

Color Harmonies of #AD6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6644

Black with #AD6644

Text Example


Text Example

White with #AD6644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6644; }

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

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

background-color css

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

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

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

border-color css

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

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

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