Html Css Color HEX #AD657F Tapestry

📋 copy color: '#AD657F'

red 173 ◦ green 101 ◦ blue 127

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

Shades of Tapestry #AD657F

Tints of Tapestry #AD657F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 43.14%
G = 25.19%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD657F (or 0xAD657F) is known color: Tapestry. HEX triplet: AD, 65 and 7F. RGB value is (173,101,127). Sum of RGB (Red+Green+Blue) = 173+101+127=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD657F is #529A80. Grayscale: #7D7D7D. Windows color (decimal): -5413505 or 8349101. OLE color: 8349101.

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

Color convert

RGB 173 101 127 -
CMYK 0 0.42 0.27 0.32
HSL 338.33º 0.31% 0.54% -
HSV(B) 338.33º 0.42% 0.68% -
XYZ 25.72 19.72 22.53 -
YUV 125.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 173 101 127 0 0.42 0.27 0.32 338.33 0.31 0.54
Hex AD 65 7F 0 2A 1B 20 152 1F 36
Octal 255 145 177 0 52 33 40 522 37 66
Binary 10101101 1100101 1111111 0 101010 11011 100000 101010010 11111 110110

Color Harmonies of #AD657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD657F

Black with #AD657F

Text Example


Text Example

White with #AD657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD657F; }

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

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

background-color css

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

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

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

border-color css

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

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

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