Html Css Color HEX #AD6242 Tuscany

📋 copy color: '#AD6242'

red 173 ◦ green 98 ◦ blue 66

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

Shades of Tuscany #AD6242

Tints of Tuscany #AD6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 51.34%
G = 29.08%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6242 (or 0xAD6242) is known color: Tuscany. HEX triplet: AD, 62 and 42. RGB value is (173,98,66). Sum of RGB (Red+Green+Blue) = 173+98+66=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6242 is #529DBD. Grayscale: #747474. Windows color (decimal): -5414334 or 4350637. OLE color: 4350637.

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

Color convert

RGB 173 98 66 -
CMYK 0 0.43 0.62 0.32
HSL 17.94º 0.45% 0.47% -
HSV(B) 17.94º 0.62% 0.68% -
XYZ 22.58 18.01 7.44 -
YUV 116.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 173 98 66 0 0.43 0.62 0.32 17.94 0.45 0.47
Hex AD 62 42 0 2B 3E 20 12 2D 2F
Octal 255 142 102 0 53 76 40 22 55 57
Binary 10101101 1100010 1000010 0 101011 111110 100000 10010 101101 101111

Color Harmonies of #AD6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6242

Black with #AD6242

Text Example


Text Example

White with #AD6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6242; }

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

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

background-color css

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

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

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

border-color css

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

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

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