Html Css Color HEX #AD6589 Tapestry

📋 copy color: '#AD6589'

red 173 ◦ green 101 ◦ blue 137

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

Shades of Tapestry #AD6589

Tints of Tapestry #AD6589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.33%

R = 42.09%
G = 24.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD6589 (or 0xAD6589) is known color: Tapestry. HEX triplet: AD, 65 and 89. RGB value is (173,101,137). Sum of RGB (Red+Green+Blue) = 173+101+137=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6589 is #529A76. Grayscale: #7E7E7E. Windows color (decimal): -5413495 or 9004461. OLE color: 9004461.

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

Color convert

RGB 173 101 137 -
CMYK 0 0.42 0.21 0.32
HSL 330º 0.31% 0.54% -
HSV(B) 330º 0.42% 0.68% -
XYZ 26.4 20 26.14 -
YUV 126.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 173 101 137 0 0.42 0.21 0.32 330 0.31 0.54
Hex AD 65 89 0 2A 15 20 14A 1F 36
Octal 255 145 211 0 52 25 40 512 37 66
Binary 10101101 1100101 10001001 0 101010 10101 100000 101001010 11111 110110

Color Harmonies of #AD6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6589

Black with #AD6589

Text Example


Text Example

White with #AD6589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6589; }

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

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

background-color css

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

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

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

border-color css

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

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

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