Html Css Color HEX #AD6344 Tuscany

📋 copy color: '#AD6344'

red 173 ◦ green 99 ◦ blue 68

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

Shades of Tuscany #AD6344

Tints of Tuscany #AD6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

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

R = 50.88%
G = 29.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6344 (or 0xAD6344) is known color: Tuscany. HEX triplet: AD, 63 and 44. RGB value is (173,99,68). Sum of RGB (Red+Green+Blue) = 173+99+68=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6344 is #529CBB. Grayscale: #757575. Windows color (decimal): -5414076 or 4481965. OLE color: 4481965.

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

Color convert

RGB 173 99 68 -
CMYK 0 0.43 0.61 0.32
HSL 17.71º 0.44% 0.47% -
HSV(B) 17.71º 0.61% 0.68% -
XYZ 22.74 18.23 7.79 -
YUV 117.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 173 99 68 0 0.43 0.61 0.32 17.71 0.44 0.47
Hex AD 63 44 0 2B 3D 20 12 2C 2F
Octal 255 143 104 0 53 75 40 22 54 57
Binary 10101101 1100011 1000100 0 101011 111101 100000 10010 101100 101111

Color Harmonies of #AD6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6344

Black with #AD6344

Text Example


Text Example

White with #AD6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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