Html Css Color HEX #AD6D82 Tapestry

📋 copy color: '#AD6D82'

red 173 ◦ green 109 ◦ blue 130

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

Shades of Tapestry #AD6D82

Tints of Tapestry #AD6D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

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

R = 41.99%
G = 26.46%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD6D82 (or 0xAD6D82) is known color: Tapestry. HEX triplet: AD, 6D and 82. RGB value is (173,109,130). Sum of RGB (Red+Green+Blue) = 173+109+130=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D82 is #52927D. Grayscale: #828282. Windows color (decimal): -5411454 or 8547757. OLE color: 8547757.

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

Color convert

RGB 173 109 130 -
CMYK 0 0.37 0.25 0.32
HSL 340.31º 0.28% 0.55% -
HSV(B) 340.31º 0.37% 0.68% -
XYZ 26.73 21.43 23.85 -
YUV 130.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 173 109 130 0 0.37 0.25 0.32 340.31 0.28 0.55
Hex AD 6D 82 0 25 19 20 154 1C 37
Octal 255 155 202 0 45 31 40 524 34 67
Binary 10101101 1101101 10000010 0 100101 11001 100000 101010100 11100 110111

Color Harmonies of #AD6D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D82

Black with #AD6D82

Text Example


Text Example

White with #AD6D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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