Html Css Color HEX #AD6142 Tuscany

📋 copy color: '#AD6142'

red 173 ◦ green 97 ◦ blue 66

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

Shades of Tuscany #AD6142

Tints of Tuscany #AD6142

RGB

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

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

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

R = 51.49%
G = 28.87%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD6142 (or 0xAD6142) is known color: Tuscany. HEX triplet: AD, 61 and 42. RGB value is (173,97,66). Sum of RGB (Red+Green+Blue) = 173+97+66=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6142 is #529EBD. Grayscale: #747474. Windows color (decimal): -5414590 or 4350381. OLE color: 4350381.

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

Color convert

RGB 173 97 66 -
CMYK 0 0.44 0.62 0.32
HSL 17.38º 0.45% 0.47% -
HSV(B) 17.38º 0.62% 0.68% -
XYZ 22.49 17.83 7.41 -
YUV 116.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 173 97 66 0 0.44 0.62 0.32 17.38 0.45 0.47
Hex AD 61 42 0 2C 3E 20 11 2D 2F
Octal 255 141 102 0 54 76 40 21 55 57
Binary 10101101 1100001 1000010 0 101100 111110 100000 10001 101101 101111

Color Harmonies of #AD6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6142

Black with #AD6142

Text Example


Text Example

White with #AD6142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6142; }

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

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

background-color css

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

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

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

border-color css

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

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

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