Html Css Color HEX #AD5E7E Tapestry

📋 copy color: '#AD5E7E'

red 173 ◦ green 94 ◦ blue 126

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

Shades of Tapestry #AD5E7E

Tints of Tapestry #AD5E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 44.02%
G = 23.92%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD5E7E (or 0xAD5E7E) is known color: Tapestry. HEX triplet: AD, 5E and 7E. RGB value is (173,94,126). Sum of RGB (Red+Green+Blue) = 173+94+126=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E7E is #52A181. Grayscale: #797979. Windows color (decimal): -5415298 or 8281773. OLE color: 8281773.

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

Color convert

RGB 173 94 126 -
CMYK 0 0.46 0.27 0.32
HSL 335.7º 0.33% 0.52% -
HSV(B) 335.7º 0.46% 0.68% -
XYZ 25 18.4 21.97 -
YUV 121.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 173 94 126 0 0.46 0.27 0.32 335.7 0.33 0.52
Hex AD 5E 7E 0 2E 1B 20 150 21 34
Octal 255 136 176 0 56 33 40 520 41 64
Binary 10101101 1011110 1111110 0 101110 11011 100000 101010000 100001 110100

Color Harmonies of #AD5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5E7E

Black with #AD5E7E

Text Example


Text Example

White with #AD5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5E7E; }

 p { color: rgb(173,94,126); }

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

background-color css

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

 a { background-color: rgb(173,94,126); }

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

border-color css

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

 span { border-color: rgb(173,94,126); }

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