Html Css Color HEX #AD6B84 Tapestry

📋 copy color: '#AD6B84'

red 173 ◦ green 107 ◦ blue 132

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

Shades of Tapestry #AD6B84

Tints of Tapestry #AD6B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

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

R = 41.99%
G = 25.97%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD6B84 (or 0xAD6B84) is known color: Tapestry. HEX triplet: AD, 6B and 84. RGB value is (173,107,132). Sum of RGB (Red+Green+Blue) = 173+107+132=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B84 is #52947B. Grayscale: #818181. Windows color (decimal): -5411964 or 8678317. OLE color: 8678317.

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

Color convert

RGB 173 107 132 -
CMYK 0 0.38 0.24 0.32
HSL 337.27º 0.29% 0.55% -
HSV(B) 337.27º 0.38% 0.68% -
XYZ 26.66 21.07 24.49 -
YUV 129.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 173 107 132 0 0.38 0.24 0.32 337.27 0.29 0.55
Hex AD 6B 84 0 26 18 20 151 1D 37
Octal 255 153 204 0 46 30 40 521 35 67
Binary 10101101 1101011 10000100 0 100110 11000 100000 101010001 11101 110111

Color Harmonies of #AD6B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B84

Black with #AD6B84

Text Example


Text Example

White with #AD6B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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