Html Css Color HEX #AB6A86 Tapestry

📋 copy color: '#AB6A86'

red 171 ◦ green 106 ◦ blue 134

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

Shades of Tapestry #AB6A86

Tints of Tapestry #AB6A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

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

R = 41.61%
G = 25.79%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB6A86 (or 0xAB6A86) is known color: Tapestry. HEX triplet: AB, 6A and 86. RGB value is (171,106,134). Sum of RGB (Red+Green+Blue) = 171+106+134=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A86 is #549579. Grayscale: #808080. Windows color (decimal): -5543290 or 8809131. OLE color: 8809131.

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

Color convert

RGB 171 106 134 -
CMYK 0 0.38 0.22 0.33
HSL 334.15º 0.28% 0.54% -
HSV(B) 334.15º 0.38% 0.67% -
XYZ 26.25 20.69 25.16 -
YUV 128.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 171 106 134 0 0.38 0.22 0.33 334.15 0.28 0.54
Hex AB 6A 86 0 26 16 21 14E 1C 36
Octal 253 152 206 0 46 26 41 516 34 66
Binary 10101011 1101010 10000110 0 100110 10110 100001 101001110 11100 110110

Color Harmonies of #AB6A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A86

Black with #AB6A86

Text Example


Text Example

White with #AB6A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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