Html Css Color HEX #AD657A Tapestry

📋 copy color: '#AD657A'

red 173 ◦ green 101 ◦ blue 122

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

Shades of Tapestry #AD657A

Tints of Tapestry #AD657A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 43.69%
G = 25.51%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD657A (or 0xAD657A) is known color: Tapestry. HEX triplet: AD, 65 and 7A. RGB value is (173,101,122). Sum of RGB (Red+Green+Blue) = 173+101+122=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD657A is #529A85. Grayscale: #7C7C7C. Windows color (decimal): -5413510 or 8021421. OLE color: 8021421.

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

Color convert

RGB 173 101 122 -
CMYK 0 0.42 0.29 0.32
HSL 342.5º 0.31% 0.54% -
HSV(B) 342.5º 0.42% 0.68% -
XYZ 25.4 19.6 20.86 -
YUV 124.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 173 101 122 0 0.42 0.29 0.32 342.5 0.31 0.54
Hex AD 65 7A 0 2A 1D 20 156 1F 36
Octal 255 145 172 0 52 35 40 526 37 66
Binary 10101101 1100101 1111010 0 101010 11101 100000 101010110 11111 110110

Color Harmonies of #AD657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD657A

Black with #AD657A

Text Example


Text Example

White with #AD657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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