Html Css Color HEX #AD6F82 Tapestry

📋 copy color: '#AD6F82'

red 173 ◦ green 111 ◦ blue 130

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

Shades of Tapestry #AD6F82

Tints of Tapestry #AD6F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

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

R = 41.79%
G = 26.81%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD6F82 (or 0xAD6F82) is known color: Tapestry. HEX triplet: AD, 6F and 82. RGB value is (173,111,130). Sum of RGB (Red+Green+Blue) = 173+111+130=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6F82 is #52907D. Grayscale: #838383. Windows color (decimal): -5410942 or 8548269. OLE color: 8548269.

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

Color convert

RGB 173 111 130 -
CMYK 0 0.36 0.25 0.32
HSL 341.61º 0.27% 0.56% -
HSV(B) 341.61º 0.36% 0.68% -
XYZ 26.95 21.86 23.92 -
YUV 131.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 173 111 130 0 0.36 0.25 0.32 341.61 0.27 0.56
Hex AD 6F 82 0 24 19 20 156 1B 38
Octal 255 157 202 0 44 31 40 526 33 70
Binary 10101101 1101111 10000010 0 100100 11001 100000 101010110 11011 111000

Color Harmonies of #AD6F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F82

Black with #AD6F82

Text Example


Text Example

White with #AD6F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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