Html Css Color HEX #AD628C Tapestry

📋 copy color: '#AD628C'

red 173 ◦ green 98 ◦ blue 140

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

Shades of Tapestry #AD628C

Tints of Tapestry #AD628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 42.09%
G = 23.84%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD628C (or 0xAD628C) is known color: Tapestry. HEX triplet: AD, 62 and 8C. RGB value is (173,98,140). Sum of RGB (Red+Green+Blue) = 173+98+140=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD628C is #529D73. Grayscale: #7D7D7D. Windows color (decimal): -5414260 or 9200301. OLE color: 9200301.

HSL color Cylindrical-coordinate representation of color #AD628C: hue angle of 326.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD628C is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 98 140 -
CMYK 0 0.43 0.19 0.32
HSL 326.4º 0.31% 0.53% -
HSV(B) 326.4º 0.43% 0.68% -
XYZ 26.33 19.51 27.19 -
YUV 125.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 173 98 140 0 0.43 0.19 0.32 326.4 0.31 0.53
Hex AD 62 8C 0 2B 13 20 146 1F 35
Octal 255 142 214 0 53 23 40 506 37 65
Binary 10101101 1100010 10001100 0 101011 10011 100000 101000110 11111 110101

Color Harmonies of #AD628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD628C

Black with #AD628C

Text Example


Text Example

White with #AD628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD628C; }

 p { color: rgb(173,98,140); }

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

background-color css

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

 a { background-color: rgb(173,98,140); }

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

border-color css

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

 span { border-color: rgb(173,98,140); }

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