Html Css Color HEX #AD7A8F Tapestry

📋 copy color: '#AD7A8F'

red 173 ◦ green 122 ◦ blue 143

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

Shades of Tapestry #AD7A8F

Tints of Tapestry #AD7A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

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

R = 39.5%
G = 27.85%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD7A8F (or 0xAD7A8F) is known color: Tapestry. HEX triplet: AD, 7A and 8F. RGB value is (173,122,143). Sum of RGB (Red+Green+Blue) = 173+122+143=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A8F is #528570. Grayscale: #8B8B8B. Windows color (decimal): -5408113 or 9403053. OLE color: 9403053.

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

Color convert

RGB 173 122 143 -
CMYK 0 0.29 0.17 0.32
HSL 335.29º 0.24% 0.58% -
HSV(B) 335.29º 0.29% 0.68% -
XYZ 29.15 24.79 29.23 -
YUV 139.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 173 122 143 0 0.29 0.17 0.32 335.29 0.24 0.58
Hex AD 7A 8F 0 1D 11 20 14F 18 3A
Octal 255 172 217 0 35 21 40 517 30 72
Binary 10101101 1111010 10001111 0 11101 10001 100000 101001111 11000 111010

Color Harmonies of #AD7A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A8F

Black with #AD7A8F

Text Example


Text Example

White with #AD7A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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