Html Css Color HEX #AD6184 Tapestry

📋 copy color: '#AD6184'

red 173 ◦ green 97 ◦ blue 132

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

Shades of Tapestry #AD6184

Tints of Tapestry #AD6184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.13%

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

R = 43.03%
G = 24.13%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD6184 (or 0xAD6184) is known color: Tapestry. HEX triplet: AD, 61 and 84. RGB value is (173,97,132). Sum of RGB (Red+Green+Blue) = 173+97+132=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6184 is #529E7B. Grayscale: #7B7B7B. Windows color (decimal): -5414524 or 8675757. OLE color: 8675757.

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

Color convert

RGB 173 97 132 -
CMYK 0 0.44 0.24 0.32
HSL 332.37º 0.32% 0.53% -
HSV(B) 332.37º 0.44% 0.68% -
XYZ 25.67 19.1 24.16 -
YUV 123.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 173 97 132 0 0.44 0.24 0.32 332.37 0.32 0.53
Hex AD 61 84 0 2C 18 20 14C 20 35
Octal 255 141 204 0 54 30 40 514 40 65
Binary 10101101 1100001 10000100 0 101100 11000 100000 101001100 100000 110101

Color Harmonies of #AD6184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6184

Black with #AD6184

Text Example


Text Example

White with #AD6184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6184; }

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

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

background-color css

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

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

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

border-color css

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

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

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