Html Css Color HEX #AD6286 Tapestry

📋 copy color: '#AD6286'

red 173 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #AD6286

Tints of Tapestry #AD6286

RGB

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

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

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

R = 42.72%
G = 24.2%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD6286 (or 0xAD6286) is known color: Tapestry. HEX triplet: AD, 62 and 86. RGB value is (173,98,134). Sum of RGB (Red+Green+Blue) = 173+98+134=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6286 is #529D79. Grayscale: #7C7C7C. Windows color (decimal): -5414266 or 8807085. OLE color: 8807085.

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

Color convert

RGB 173 98 134 -
CMYK 0 0.43 0.23 0.32
HSL 331.2º 0.31% 0.53% -
HSV(B) 331.2º 0.43% 0.68% -
XYZ 25.9 19.34 24.92 -
YUV 124.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 173 98 134 0 0.43 0.23 0.32 331.2 0.31 0.53
Hex AD 62 86 0 2B 17 20 14B 1F 35
Octal 255 142 206 0 53 27 40 513 37 65
Binary 10101101 1100010 10000110 0 101011 10111 100000 101001011 11111 110101

Color Harmonies of #AD6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6286

Black with #AD6286

Text Example


Text Example

White with #AD6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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