Html Css Color HEX #AD638B Tapestry

📋 copy color: '#AD638B'

red 173 ◦ green 99 ◦ blue 139

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

Shades of Tapestry #AD638B

Tints of Tapestry #AD638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.09%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 42.09%
G = 24.09%
B = 33.82%

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

#AD638B (or 0xAD638B) is known color: Tapestry. HEX triplet: AD, 63 and 8B. RGB value is (173,99,139). Sum of RGB (Red+Green+Blue) = 173+99+139=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD638B is #529C74. Grayscale: #7D7D7D. Windows color (decimal): -5414005 or 9135021. OLE color: 9135021.

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

Color convert

RGB 173 99 139 -
CMYK 0 0.43 0.20 0.32
HSL 327.57º 0.31% 0.53% -
HSV(B) 327.57º 0.43% 0.68% -
XYZ 26.36 19.67 26.83 -
YUV 125.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 173 99 139 0 0.43 0.20 0.32 327.57 0.31 0.53
Hex AD 63 8B 0 2B 14 20 148 1F 35
Octal 255 143 213 0 53 24 40 510 37 65
Binary 10101101 1100011 10001011 0 101011 10100 100000 101001000 11111 110101

Color Harmonies of #AD638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD638B

Black with #AD638B

Text Example


Text Example

White with #AD638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD638B; }

 p { color: rgb(173,99,139); }

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

background-color css

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

 a { background-color: rgb(173,99,139); }

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

border-color css

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

 span { border-color: rgb(173,99,139); }

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