Html Css Color HEX #AD6A8F Tapestry

📋 copy color: '#AD6A8F'

red 173 ◦ green 106 ◦ blue 143

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

Shades of Tapestry #AD6A8F

Tints of Tapestry #AD6A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 41%
G = 25.12%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD6A8F (or 0xAD6A8F) is known color: Tapestry. HEX triplet: AD, 6A and 8F. RGB value is (173,106,143). Sum of RGB (Red+Green+Blue) = 173+106+143=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A8F is #529570. Grayscale: #828282. Windows color (decimal): -5412209 or 9398957. OLE color: 9398957.

HSL color Cylindrical-coordinate representation of color #AD6A8F: hue angle of 326.87º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A8F is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 106 143 -
CMYK 0 0.39 0.17 0.32
HSL 326.87º 0.29% 0.55% -
HSV(B) 326.87º 0.39% 0.68% -
XYZ 27.35 21.18 28.63 -
YUV 130.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 173 106 143 0 0.39 0.17 0.32 326.87 0.29 0.55
Hex AD 6A 8F 0 27 11 20 147 1D 37
Octal 255 152 217 0 47 21 40 507 35 67
Binary 10101101 1101010 10001111 0 100111 10001 100000 101000111 11101 110111

Color Harmonies of #AD6A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A8F

Black with #AD6A8F

Text Example


Text Example

White with #AD6A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A8F; }

 p { color: rgb(173,106,143); }

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

background-color css

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

 a { background-color: rgb(173,106,143); }

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

border-color css

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

 span { border-color: rgb(173,106,143); }

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