Html Css Color HEX #AD6287 Tapestry

📋 copy color: '#AD6287'

red 173 ◦ green 98 ◦ blue 135

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

Shades of Tapestry #AD6287

Tints of Tapestry #AD6287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 42.61%
G = 24.14%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD6287 (or 0xAD6287) is known color: Tapestry. HEX triplet: AD, 62 and 87. RGB value is (173,98,135). Sum of RGB (Red+Green+Blue) = 173+98+135=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6287 is #529D78. Grayscale: #7C7C7C. Windows color (decimal): -5414265 or 8872621. OLE color: 8872621.

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

Color convert

RGB 173 98 135 -
CMYK 0 0.43 0.22 0.32
HSL 330.4º 0.31% 0.53% -
HSV(B) 330.4º 0.43% 0.68% -
XYZ 25.97 19.37 25.29 -
YUV 124.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 173 98 135 0 0.43 0.22 0.32 330.4 0.31 0.53
Hex AD 62 87 0 2B 16 20 14A 1F 35
Octal 255 142 207 0 53 26 40 512 37 65
Binary 10101101 1100010 10000111 0 101011 10110 100000 101001010 11111 110101

Color Harmonies of #AD6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6287

Black with #AD6287

Text Example


Text Example

White with #AD6287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6287; }

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

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

background-color css

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

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

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

border-color css

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

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

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