Html Css Color HEX #AD657C Tapestry

📋 copy color: '#AD657C'

red 173 ◦ green 101 ◦ blue 124

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

Shades of Tapestry #AD657C

Tints of Tapestry #AD657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 43.47%
G = 25.38%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD657C (or 0xAD657C) is known color: Tapestry. HEX triplet: AD, 65 and 7C. RGB value is (173,101,124). Sum of RGB (Red+Green+Blue) = 173+101+124=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD657C is #529A83. Grayscale: #7D7D7D. Windows color (decimal): -5413508 or 8152493. OLE color: 8152493.

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

Color convert

RGB 173 101 124 -
CMYK 0 0.42 0.28 0.32
HSL 340.83º 0.31% 0.54% -
HSV(B) 340.83º 0.42% 0.68% -
XYZ 25.53 19.65 21.52 -
YUV 125.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 173 101 124 0 0.42 0.28 0.32 340.83 0.31 0.54
Hex AD 65 7C 0 2A 1C 20 155 1F 36
Octal 255 145 174 0 52 34 40 525 37 66
Binary 10101101 1100101 1111100 0 101010 11100 100000 101010101 11111 110110

Color Harmonies of #AD657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD657C

Black with #AD657C

Text Example


Text Example

White with #AD657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD657C; }

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

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

background-color css

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

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

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

border-color css

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

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

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