Html Css Color HEX #AD7386 Tapestry

📋 copy color: '#AD7386'

red 173 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #AD7386

Tints of Tapestry #AD7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

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

R = 41%
G = 27.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7386 (or 0xAD7386) is known color: Tapestry. HEX triplet: AD, 73 and 86. RGB value is (173,115,134). Sum of RGB (Red+Green+Blue) = 173+115+134=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7386 is #528C79. Grayscale: #868686. Windows color (decimal): -5409914 or 8811437. OLE color: 8811437.

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

Color convert

RGB 173 115 134 -
CMYK 0 0.34 0.23 0.32
HSL 340.34º 0.26% 0.56% -
HSV(B) 340.34º 0.34% 0.68% -
XYZ 27.67 22.87 25.51 -
YUV 134.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 173 115 134 0 0.34 0.23 0.32 340.34 0.26 0.56
Hex AD 73 86 0 22 17 20 154 1A 38
Octal 255 163 206 0 42 27 40 524 32 70
Binary 10101101 1110011 10000110 0 100010 10111 100000 101010100 11010 111000

Color Harmonies of #AD7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7386

Black with #AD7386

Text Example


Text Example

White with #AD7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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