Html Css Color HEX #AD6984 Tapestry

📋 copy color: '#AD6984'

red 173 ◦ green 105 ◦ blue 132

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

Shades of Tapestry #AD6984

Tints of Tapestry #AD6984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

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

R = 42.2%
G = 25.61%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD6984 (or 0xAD6984) is known color: Tapestry. HEX triplet: AD, 69 and 84. RGB value is (173,105,132). Sum of RGB (Red+Green+Blue) = 173+105+132=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6984 is #52967B. Grayscale: #808080. Windows color (decimal): -5412476 or 8677805. OLE color: 8677805.

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

Color convert

RGB 173 105 132 -
CMYK 0 0.39 0.24 0.32
HSL 336.18º 0.29% 0.55% -
HSV(B) 336.18º 0.39% 0.68% -
XYZ 26.45 20.65 24.42 -
YUV 128.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 173 105 132 0 0.39 0.24 0.32 336.18 0.29 0.55
Hex AD 69 84 0 27 18 20 150 1D 37
Octal 255 151 204 0 47 30 40 520 35 67
Binary 10101101 1101001 10000100 0 100111 11000 100000 101010000 11101 110111

Color Harmonies of #AD6984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6984

Black with #AD6984

Text Example


Text Example

White with #AD6984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6984; }

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

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

background-color css

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

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

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

border-color css

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

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

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