Html Css Color HEX #AD6145 Tuscany

📋 copy color: '#AD6145'

red 173 ◦ green 97 ◦ blue 69

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

Shades of Tuscany #AD6145

Tints of Tuscany #AD6145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

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

R = 51.03%
G = 28.61%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD6145 (or 0xAD6145) is known color: Tuscany. HEX triplet: AD, 61 and 45. RGB value is (173,97,69). Sum of RGB (Red+Green+Blue) = 173+97+69=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6145 is #529EBA. Grayscale: #747474. Windows color (decimal): -5414587 or 4546989. OLE color: 4546989.

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

Color convert

RGB 173 97 69 -
CMYK 0 0.44 0.60 0.32
HSL 16.15º 0.43% 0.47% -
HSV(B) 16.15º 0.6% 0.68% -
XYZ 22.58 17.86 7.89 -
YUV 116.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 173 97 69 0 0.44 0.60 0.32 16.15 0.43 0.47
Hex AD 61 45 0 2C 3C 20 10 2B 2F
Octal 255 141 105 0 54 74 40 20 53 57
Binary 10101101 1100001 1000101 0 101100 111100 100000 10000 101011 101111

Color Harmonies of #AD6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6145

Black with #AD6145

Text Example


Text Example

White with #AD6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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