Html Css Color HEX #AD648A Tapestry

📋 copy color: '#AD648A'

red 173 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #AD648A

Tints of Tapestry #AD648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

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

R = 42.09%
G = 24.33%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD648A (or 0xAD648A) is known color: Tapestry. HEX triplet: AD, 64 and 8A. RGB value is (173,100,138). Sum of RGB (Red+Green+Blue) = 173+100+138=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648A is #529B75. Grayscale: #7E7E7E. Windows color (decimal): -5413750 or 9069741. OLE color: 9069741.

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

Color convert

RGB 173 100 138 -
CMYK 0 0.42 0.20 0.32
HSL 328.77º 0.31% 0.54% -
HSV(B) 328.77º 0.42% 0.68% -
XYZ 26.38 19.83 26.48 -
YUV 126.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 173 100 138 0 0.42 0.20 0.32 328.77 0.31 0.54
Hex AD 64 8A 0 2A 14 20 149 1F 36
Octal 255 144 212 0 52 24 40 511 37 66
Binary 10101101 1100100 10001010 0 101010 10100 100000 101001001 11111 110110

Color Harmonies of #AD648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD648A

Black with #AD648A

Text Example


Text Example

White with #AD648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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