Html Css Color HEX #AD698D Tapestry

📋 copy color: '#AD698D'

red 173 ◦ green 105 ◦ blue 141

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

Shades of Tapestry #AD698D

Tints of Tapestry #AD698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 41.29%
G = 25.06%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD698D (or 0xAD698D) is known color: Tapestry. HEX triplet: AD, 69 and 8D. RGB value is (173,105,141). Sum of RGB (Red+Green+Blue) = 173+105+141=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD698D is #529672. Grayscale: #818181. Windows color (decimal): -5412467 or 9267629. OLE color: 9267629.

HSL color Cylindrical-coordinate representation of color #AD698D: hue angle of 328.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD698D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 141 -
CMYK 0 0.39 0.18 0.32
HSL 328.24º 0.29% 0.55% -
HSV(B) 328.24º 0.39% 0.68% -
XYZ 27.09 20.91 27.81 -
YUV 129.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 173 105 141 0 0.39 0.18 0.32 328.24 0.29 0.55
Hex AD 69 8D 0 27 12 20 148 1D 37
Octal 255 151 215 0 47 22 40 510 35 67
Binary 10101101 1101001 10001101 0 100111 10010 100000 101001000 11101 110111

Color Harmonies of #AD698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD698D

Black with #AD698D

Text Example


Text Example

White with #AD698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD698D; }

 p { color: rgb(173,105,141); }

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

background-color css

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

 a { background-color: rgb(173,105,141); }

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

border-color css

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

 span { border-color: rgb(173,105,141); }

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