Html Css Color HEX #AD6685 Tapestry

📋 copy color: '#AD6685'

red 173 ◦ green 102 ◦ blue 133

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

Shades of Tapestry #AD6685

Tints of Tapestry #AD6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 42.4%
G = 25%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD6685 (or 0xAD6685) is known color: Tapestry. HEX triplet: AD, 66 and 85. RGB value is (173,102,133). Sum of RGB (Red+Green+Blue) = 173+102+133=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6685 is #52997A. Grayscale: #7E7E7E. Windows color (decimal): -5413243 or 8742573. OLE color: 8742573.

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

Color convert

RGB 173 102 133 -
CMYK 0 0.41 0.23 0.32
HSL 333.8º 0.3% 0.54% -
HSV(B) 333.8º 0.41% 0.68% -
XYZ 26.22 20.08 24.68 -
YUV 126.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 173 102 133 0 0.41 0.23 0.32 333.8 0.3 0.54
Hex AD 66 85 0 29 17 20 14E 1E 36
Octal 255 146 205 0 51 27 40 516 36 66
Binary 10101101 1100110 10000101 0 101001 10111 100000 101001110 11110 110110

Color Harmonies of #AD6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6685

Black with #AD6685

Text Example


Text Example

White with #AD6685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6685; }

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

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

background-color css

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

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

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

border-color css

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

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

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