Html Css Color HEX #AB718E Tapestry

📋 copy color: '#AB718E'

red 171 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #AB718E

Tints of Tapestry #AB718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 40.14%
G = 26.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB718E (or 0xAB718E) is known color: Tapestry. HEX triplet: AB, 71 and 8E. RGB value is (171,113,142). Sum of RGB (Red+Green+Blue) = 171+113+142=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB718E is #548E71. Grayscale: #858585. Windows color (decimal): -5541490 or 9335211. OLE color: 9335211.

HSL color Cylindrical-coordinate representation of color #AB718E: hue angle of 330º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB718E is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 142 -
CMYK 0 0.34 0.17 0.33
HSL 330º 0.26% 0.56% -
HSV(B) 330º 0.34% 0.67% -
XYZ 27.58 22.42 28.47 -
YUV 133.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 171 113 142 0 0.34 0.17 0.33 330 0.26 0.56
Hex AB 71 8E 0 22 11 21 14A 1A 38
Octal 253 161 216 0 42 21 41 512 32 70
Binary 10101011 1110001 10001110 0 100010 10001 100001 101001010 11010 111000

Color Harmonies of #AB718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB718E

Black with #AB718E

Text Example


Text Example

White with #AB718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB718E; }

 p { color: rgb(171,113,142); }

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

background-color css

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

 a { background-color: rgb(171,113,142); }

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

border-color css

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

 span { border-color: rgb(171,113,142); }

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