Html Css Color HEX #AB868D Tapestry

📋 copy color: '#AB868D'

red 171 ◦ green 134 ◦ blue 141

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

Shades of Tapestry #AB868D

Tints of Tapestry #AB868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.04%

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

R = 38.34%
G = 30.04%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB868D (or 0xAB868D) is known color: Tapestry. HEX triplet: AB, 86 and 8D. RGB value is (171,134,141). Sum of RGB (Red+Green+Blue) = 171+134+141=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB868D is #547972. Grayscale: #919191. Windows color (decimal): -5536115 or 9275051. OLE color: 9275051.

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

Color convert

RGB 171 134 141 -
CMYK 0 0.22 0.18 0.33
HSL 348.65º 0.18% 0.6% -
HSV(B) 348.65º 0.22% 0.67% -
XYZ 30.13 27.63 28.94 -
YUV 145.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 171 134 141 0 0.22 0.18 0.33 348.65 0.18 0.6
Hex AB 86 8D 0 16 12 21 15D 12 3C
Octal 253 206 215 0 26 22 41 535 22 74
Binary 10101011 10000110 10001101 0 10110 10010 100001 101011101 10010 111100

Color Harmonies of #AB868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB868D

Black with #AB868D

Text Example


Text Example

White with #AB868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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