Html Css Color HEX #AD6945 Tuscany

📋 copy color: '#AD6945'

red 173 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #AD6945

Tints of Tuscany #AD6945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 49.86%
G = 30.26%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD6945 (or 0xAD6945) is known color: Tuscany. HEX triplet: AD, 69 and 45. RGB value is (173,105,69). Sum of RGB (Red+Green+Blue) = 173+105+69=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6945 is #5296BA. Grayscale: #797979. Windows color (decimal): -5412539 or 4549037. OLE color: 4549037.

HSL color Cylindrical-coordinate representation of color #AD6945: hue angle of 20.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD6945 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 69 -
CMYK 0 0.39 0.60 0.32
HSL 20.77º 0.43% 0.47% -
HSV(B) 20.77º 0.6% 0.68% -
XYZ 23.36 19.42 8.15 -
YUV 121.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 173 105 69 0 0.39 0.60 0.32 20.77 0.43 0.47
Hex AD 69 45 0 27 3C 20 15 2B 2F
Octal 255 151 105 0 47 74 40 25 53 57
Binary 10101101 1101001 1000101 0 100111 111100 100000 10101 101011 101111

Color Harmonies of #AD6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6945

Black with #AD6945

Text Example


Text Example

White with #AD6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6945; }

 p { color: rgb(173,105,69); }

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

background-color css

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

 a { background-color: rgb(173,105,69); }

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

border-color css

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

 span { border-color: rgb(173,105,69); }

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