Html Css Color HEX #AD6884 Tapestry

📋 copy color: '#AD6884'

red 173 ◦ green 104 ◦ blue 132

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

Shades of Tapestry #AD6884

Tints of Tapestry #AD6884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.43%

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 42.3%
G = 25.43%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD6884 (or 0xAD6884) is known color: Tapestry. HEX triplet: AD, 68 and 84. RGB value is (173,104,132). Sum of RGB (Red+Green+Blue) = 173+104+132=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6884 is #52977B. Grayscale: #7F7F7F. Windows color (decimal): -5412732 or 8677549. OLE color: 8677549.

HSL color Cylindrical-coordinate representation of color #AD6884: hue angle of 335.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6884 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 132 -
CMYK 0 0.40 0.24 0.32
HSL 335.65º 0.3% 0.54% -
HSV(B) 335.65º 0.4% 0.68% -
XYZ 26.35 20.45 24.39 -
YUV 127.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 173 104 132 0 0.40 0.24 0.32 335.65 0.3 0.54
Hex AD 68 84 0 28 18 20 150 1E 36
Octal 255 150 204 0 50 30 40 520 36 66
Binary 10101101 1101000 10000100 0 101000 11000 100000 101010000 11110 110110

Color Harmonies of #AD6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6884

Black with #AD6884

Text Example


Text Example

White with #AD6884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6884; }

 p { color: rgb(173,104,132); }

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

background-color css

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

 a { background-color: rgb(173,104,132); }

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

border-color css

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

 span { border-color: rgb(173,104,132); }

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