Html Css Color HEX #AD6982 Tapestry

📋 copy color: '#AD6982'

red 173 ◦ green 105 ◦ blue 130

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

Shades of Tapestry #AD6982

Tints of Tapestry #AD6982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 42.4%
G = 25.74%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD6982 (or 0xAD6982) is known color: Tapestry. HEX triplet: AD, 69 and 82. RGB value is (173,105,130). Sum of RGB (Red+Green+Blue) = 173+105+130=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6982 is #52967D. Grayscale: #808080. Windows color (decimal): -5412478 or 8546733. OLE color: 8546733.

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

Color convert

RGB 173 105 130 -
CMYK 0 0.39 0.25 0.32
HSL 337.94º 0.29% 0.55% -
HSV(B) 337.94º 0.39% 0.68% -
XYZ 26.31 20.6 23.71 -
YUV 128.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 173 105 130 0 0.39 0.25 0.32 337.94 0.29 0.55
Hex AD 69 82 0 27 19 20 152 1D 37
Octal 255 151 202 0 47 31 40 522 35 67
Binary 10101101 1101001 10000010 0 100111 11001 100000 101010010 11101 110111

Color Harmonies of #AD6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6982

Black with #AD6982

Text Example


Text Example

White with #AD6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6982; }

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

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

background-color css

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

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

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

border-color css

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

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

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