Html Css Color HEX #AD628A Tapestry

📋 copy color: '#AD628A'

red 173 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #AD628A

Tints of Tapestry #AD628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 42.3%
G = 23.96%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD628A (or 0xAD628A) is known color: Tapestry. HEX triplet: AD, 62 and 8A. RGB value is (173,98,138). Sum of RGB (Red+Green+Blue) = 173+98+138=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD628A is #529D75. Grayscale: #7C7C7C. Windows color (decimal): -5414262 or 9069229. OLE color: 9069229.

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

Color convert

RGB 173 98 138 -
CMYK 0 0.43 0.20 0.32
HSL 328º 0.31% 0.53% -
HSV(B) 328º 0.43% 0.68% -
XYZ 26.19 19.45 26.42 -
YUV 124.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 173 98 138 0 0.43 0.20 0.32 328 0.31 0.53
Hex AD 62 8A 0 2B 14 20 148 1F 35
Octal 255 142 212 0 53 24 40 510 37 65
Binary 10101101 1100010 10001010 0 101011 10100 100000 101001000 11111 110101

Color Harmonies of #AD628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD628A

Black with #AD628A

Text Example


Text Example

White with #AD628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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