Html Css Color HEX #AB868C Tapestry

📋 copy color: '#AB868C'

red 171 ◦ green 134 ◦ blue 140

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

Shades of Tapestry #AB868C

Tints of Tapestry #AB868C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 38.43%
G = 30.11%
B = 31.46%

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

#AB868C (or 0xAB868C) is known color: Tapestry. HEX triplet: AB, 86 and 8C. RGB value is (171,134,140). Sum of RGB (Red+Green+Blue) = 171+134+140=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB868C is #547973. Grayscale: #919191. Windows color (decimal): -5536116 or 9209515. OLE color: 9209515.

HSL color Cylindrical-coordinate representation of color #AB868C: hue angle of 350.27º 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 #AB868C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 140 -
CMYK 0 0.22 0.18 0.33
HSL 350.27º 0.18% 0.6% -
HSV(B) 350.27º 0.22% 0.67% -
XYZ 30.05 27.6 28.55 -
YUV 145.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 171 134 140 0 0.22 0.18 0.33 350.27 0.18 0.6
Hex AB 86 8C 0 16 12 21 15E 12 3C
Octal 253 206 214 0 26 22 41 536 22 74
Binary 10101011 10000110 10001100 0 10110 10010 100001 101011110 10010 111100

Color Harmonies of #AB868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB868C

Black with #AB868C

Text Example


Text Example

White with #AB868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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