Html Css Color HEX #AD6186 Tapestry

📋 copy color: '#AD6186'

red 173 ◦ green 97 ◦ blue 134

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

Shades of Tapestry #AD6186

Tints of Tapestry #AD6186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 42.82%
G = 24.01%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD6186 (or 0xAD6186) is known color: Tapestry. HEX triplet: AD, 61 and 86. RGB value is (173,97,134). Sum of RGB (Red+Green+Blue) = 173+97+134=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6186 is #529E79. Grayscale: #7B7B7B. Windows color (decimal): -5414522 or 8806829. OLE color: 8806829.

HSL color Cylindrical-coordinate representation of color #AD6186: hue angle of 330.79º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6186 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 134 -
CMYK 0 0.44 0.23 0.32
HSL 330.79º 0.32% 0.53% -
HSV(B) 330.79º 0.44% 0.68% -
XYZ 25.81 19.15 24.89 -
YUV 123.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 173 97 134 0 0.44 0.23 0.32 330.79 0.32 0.53
Hex AD 61 86 0 2C 17 20 14B 20 35
Octal 255 141 206 0 54 27 40 513 40 65
Binary 10101101 1100001 10000110 0 101100 10111 100000 101001011 100000 110101

Color Harmonies of #AD6186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6186

Black with #AD6186

Text Example


Text Example

White with #AD6186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6186; }

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

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

background-color css

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

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

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

border-color css

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

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

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