Html Css Color HEX #AD668C Tapestry

📋 copy color: '#AD668C'

red 173 ◦ green 102 ◦ blue 140

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

Shades of Tapestry #AD668C

Tints of Tapestry #AD668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

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

R = 41.69%
G = 24.58%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD668C (or 0xAD668C) is known color: Tapestry. HEX triplet: AD, 66 and 8C. RGB value is (173,102,140). Sum of RGB (Red+Green+Blue) = 173+102+140=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD668C is #529973. Grayscale: #7F7F7F. Windows color (decimal): -5413236 or 9201325. OLE color: 9201325.

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

Color convert

RGB 173 102 140 -
CMYK 0 0.41 0.19 0.32
HSL 327.89º 0.3% 0.54% -
HSV(B) 327.89º 0.41% 0.68% -
XYZ 26.72 20.28 27.32 -
YUV 127.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 173 102 140 0 0.41 0.19 0.32 327.89 0.3 0.54
Hex AD 66 8C 0 29 13 20 148 1E 36
Octal 255 146 214 0 51 23 40 510 36 66
Binary 10101101 1100110 10001100 0 101001 10011 100000 101001000 11110 110110

Color Harmonies of #AD668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD668C

Black with #AD668C

Text Example


Text Example

White with #AD668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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