Html Css Color HEX #AD7486 Tapestry

📋 copy color: '#AD7486'

red 173 ◦ green 116 ◦ blue 134

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

Shades of Tapestry #AD7486

Tints of Tapestry #AD7486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

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

R = 40.9%
G = 27.42%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7486 (or 0xAD7486) is known color: Tapestry. HEX triplet: AD, 74 and 86. RGB value is (173,116,134). Sum of RGB (Red+Green+Blue) = 173+116+134=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7486 is #528B79. Grayscale: #878787. Windows color (decimal): -5409658 or 8811693. OLE color: 8811693.

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

Color convert

RGB 173 116 134 -
CMYK 0 0.33 0.23 0.32
HSL 341.05º 0.26% 0.57% -
HSV(B) 341.05º 0.33% 0.68% -
XYZ 27.78 23.1 25.55 -
YUV 135.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 173 116 134 0 0.33 0.23 0.32 341.05 0.26 0.57
Hex AD 74 86 0 21 17 20 155 1A 39
Octal 255 164 206 0 41 27 40 525 32 71
Binary 10101101 1110100 10000110 0 100001 10111 100000 101010101 11010 111001

Color Harmonies of #AD7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7486

Black with #AD7486

Text Example


Text Example

White with #AD7486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7486; }

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

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

background-color css

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

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

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

border-color css

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

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

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