Html Css Color HEX #AD6039 Tuscany

📋 copy color: '#AD6039'

red 173 ◦ green 96 ◦ blue 57

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

Shades of Tuscany #AD6039

Tints of Tuscany #AD6039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 53.07%
G = 29.45%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD6039 (or 0xAD6039) is known color: Tuscany. HEX triplet: AD, 60 and 39. RGB value is (173,96,57). Sum of RGB (Red+Green+Blue) = 173+96+57=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6039 is #529FC6. Grayscale: #727272. Windows color (decimal): -5414855 or 3760301. OLE color: 3760301.

HSL color Cylindrical-coordinate representation of color #AD6039: hue angle of 20.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD6039 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 57 -
CMYK 0 0.45 0.67 0.32
HSL 20.17º 0.5% 0.45% -
HSV(B) 20.17º 0.67% 0.68% -
XYZ 22.15 17.55 6.09 -
YUV 114.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 173 96 57 0 0.45 0.67 0.32 20.17 0.5 0.45
Hex AD 60 39 0 2D 43 20 14 32 2D
Octal 255 140 71 0 55 103 40 24 62 55
Binary 10101101 1100000 111001 0 101101 1000011 100000 10100 110010 101101

Color Harmonies of #AD6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6039

Black with #AD6039

Text Example


Text Example

White with #AD6039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6039; }

 p { color: rgb(173,96,57); }

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

background-color css

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

 a { background-color: rgb(173,96,57); }

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

border-color css

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

 span { border-color: rgb(173,96,57); }

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