Html Css Color HEX #AB6686 Tapestry

📋 copy color: '#AB6686'

red 171 ◦ green 102 ◦ blue 134

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

Shades of Tapestry #AB6686

Tints of Tapestry #AB6686

RGB

 RED value IS 171 (67.19% from 255) = 42.01%

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

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 42.01%
G = 25.06%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6686 (or 0xAB6686) is known color: Tapestry. HEX triplet: AB, 66 and 86. RGB value is (171,102,134). Sum of RGB (Red+Green+Blue) = 171+102+134=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6686 is #549979. Grayscale: #7E7E7E. Windows color (decimal): -5544314 or 8808107. OLE color: 8808107.

HSL color Cylindrical-coordinate representation of color #AB6686: hue angle of 332.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6686 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 134 -
CMYK 0 0.40 0.22 0.33
HSL 332.17º 0.29% 0.54% -
HSV(B) 332.17º 0.4% 0.67% -
XYZ 25.85 19.88 25.03 -
YUV 126.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 171 102 134 0 0.40 0.22 0.33 332.17 0.29 0.54
Hex AB 66 86 0 28 16 21 14C 1D 36
Octal 253 146 206 0 50 26 41 514 35 66
Binary 10101011 1100110 10000110 0 101000 10110 100001 101001100 11101 110110

Color Harmonies of #AB6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6686

Black with #AB6686

Text Example


Text Example

White with #AB6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6686; }

 p { color: rgb(171,102,134); }

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

background-color css

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

 a { background-color: rgb(171,102,134); }

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

border-color css

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

 span { border-color: rgb(171,102,134); }

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