Html Css Color HEX #AD6742 Tuscany

📋 copy color: '#AD6742'

red 173 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #AD6742

Tints of Tuscany #AD6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 50.58%
G = 30.12%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6742 (or 0xAD6742) is known color: Tuscany. HEX triplet: AD, 67 and 42. RGB value is (173,103,66). Sum of RGB (Red+Green+Blue) = 173+103+66=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6742 is #5298BD. Grayscale: #777777. Windows color (decimal): -5413054 or 4351917. OLE color: 4351917.

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

Color convert

RGB 173 103 66 -
CMYK 0 0.40 0.62 0.32
HSL 20.75º 0.45% 0.47% -
HSV(B) 20.75º 0.62% 0.68% -
XYZ 23.07 18.98 7.6 -
YUV 119.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 173 103 66 0 0.40 0.62 0.32 20.75 0.45 0.47
Hex AD 67 42 0 28 3E 20 15 2D 2F
Octal 255 147 102 0 50 76 40 25 55 57
Binary 10101101 1100111 1000010 0 101000 111110 100000 10101 101101 101111

Color Harmonies of #AD6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6742

Black with #AD6742

Text Example


Text Example

White with #AD6742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6742; }

 p { color: rgb(173,103,66); }

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

background-color css

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

 a { background-color: rgb(173,103,66); }

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

border-color css

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

 span { border-color: rgb(173,103,66); }

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