Html Css Color HEX #AD688B Tapestry

📋 copy color: '#AD688B'

red 173 ◦ green 104 ◦ blue 139

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

Shades of Tapestry #AD688B

Tints of Tapestry #AD688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 41.59%
G = 25%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD688B (or 0xAD688B) is known color: Tapestry. HEX triplet: AD, 68 and 8B. RGB value is (173,104,139). Sum of RGB (Red+Green+Blue) = 173+104+139=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD688B is #529774. Grayscale: #808080. Windows color (decimal): -5412725 or 9136301. OLE color: 9136301.

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

Color convert

RGB 173 104 139 -
CMYK 0 0.40 0.20 0.32
HSL 329.57º 0.3% 0.54% -
HSV(B) 329.57º 0.4% 0.68% -
XYZ 26.84 20.65 27 -
YUV 128.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 173 104 139 0 0.40 0.20 0.32 329.57 0.3 0.54
Hex AD 68 8B 0 28 14 20 14A 1E 36
Octal 255 150 213 0 50 24 40 512 36 66
Binary 10101101 1101000 10001011 0 101000 10100 100000 101001010 11110 110110

Color Harmonies of #AD688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD688B

Black with #AD688B

Text Example


Text Example

White with #AD688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD688B; }

 p { color: rgb(173,104,139); }

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

background-color css

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

 a { background-color: rgb(173,104,139); }

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

border-color css

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

 span { border-color: rgb(173,104,139); }

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