Html Css Color HEX #AD7886 Tapestry

📋 copy color: '#AD7886'

red 173 ◦ green 120 ◦ blue 134

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

Shades of Tapestry #AD7886

Tints of Tapestry #AD7886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 40.52%
G = 28.1%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7886 (or 0xAD7886) is known color: Tapestry. HEX triplet: AD, 78 and 86. RGB value is (173,120,134). Sum of RGB (Red+Green+Blue) = 173+120+134=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7886 is #528779. Grayscale: #898989. Windows color (decimal): -5408634 or 8812717. OLE color: 8812717.

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

Color convert

RGB 173 120 134 -
CMYK 0 0.31 0.23 0.32
HSL 344.15º 0.24% 0.57% -
HSV(B) 344.15º 0.31% 0.68% -
XYZ 28.25 24.04 25.71 -
YUV 137.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 173 120 134 0 0.31 0.23 0.32 344.15 0.24 0.57
Hex AD 78 86 0 1F 17 20 158 18 39
Octal 255 170 206 0 37 27 40 530 30 71
Binary 10101101 1111000 10000110 0 11111 10111 100000 101011000 11000 111001

Color Harmonies of #AD7886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7886

Black with #AD7886

Text Example


Text Example

White with #AD7886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7886; }

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

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

background-color css

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

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

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

border-color css

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

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

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