Html Css Color HEX #AD6582 Tapestry

📋 copy color: '#AD6582'

red 173 ◦ green 101 ◦ blue 130

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

Shades of Tapestry #AD6582

Tints of Tapestry #AD6582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

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

R = 42.82%
G = 25%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD6582 (or 0xAD6582) is known color: Tapestry. HEX triplet: AD, 65 and 82. RGB value is (173,101,130). Sum of RGB (Red+Green+Blue) = 173+101+130=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6582 is #529A7D. Grayscale: #7D7D7D. Windows color (decimal): -5413502 or 8545709. OLE color: 8545709.

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

Color convert

RGB 173 101 130 -
CMYK 0 0.42 0.25 0.32
HSL 335.83º 0.31% 0.54% -
HSV(B) 335.83º 0.42% 0.68% -
XYZ 25.92 19.8 23.58 -
YUV 125.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 173 101 130 0 0.42 0.25 0.32 335.83 0.31 0.54
Hex AD 65 82 0 2A 19 20 150 1F 36
Octal 255 145 202 0 52 31 40 520 37 66
Binary 10101101 1100101 10000010 0 101010 11001 100000 101010000 11111 110110

Color Harmonies of #AD6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6582

Black with #AD6582

Text Example


Text Example

White with #AD6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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