Html Css Color HEX #AD668A Tapestry

📋 copy color: '#AD668A'

red 173 ◦ green 102 ◦ blue 138

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

Shades of Tapestry #AD668A

Tints of Tapestry #AD668A

RGB

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

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

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

R = 41.89%
G = 24.7%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD668A (or 0xAD668A) is known color: Tapestry. HEX triplet: AD, 66 and 8A. RGB value is (173,102,138). Sum of RGB (Red+Green+Blue) = 173+102+138=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD668A is #529975. Grayscale: #7F7F7F. Windows color (decimal): -5413238 or 9070253. OLE color: 9070253.

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

Color convert

RGB 173 102 138 -
CMYK 0 0.41 0.20 0.32
HSL 329.58º 0.3% 0.54% -
HSV(B) 329.58º 0.41% 0.68% -
XYZ 26.57 20.22 26.55 -
YUV 127.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 173 102 138 0 0.41 0.20 0.32 329.58 0.3 0.54
Hex AD 66 8A 0 29 14 20 14A 1E 36
Octal 255 146 212 0 51 24 40 512 36 66
Binary 10101101 1100110 10001010 0 101001 10100 100000 101001010 11110 110110

Color Harmonies of #AD668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD668A

Black with #AD668A

Text Example


Text Example

White with #AD668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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