Html Css Color HEX #AB717E Tapestry

📋 copy color: '#AB717E'

red 171 ◦ green 113 ◦ blue 126

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

Shades of Tapestry #AB717E

Tints of Tapestry #AB717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.73%

R = 41.71%
G = 27.56%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB717E (or 0xAB717E) is known color: Tapestry. HEX triplet: AB, 71 and 7E. RGB value is (171,113,126). Sum of RGB (Red+Green+Blue) = 171+113+126=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB717E is #548E81. Grayscale: #838383. Windows color (decimal): -5541506 or 8286635. OLE color: 8286635.

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

Color convert

RGB 171 113 126 -
CMYK 0 0.34 0.26 0.33
HSL 346.55º 0.26% 0.56% -
HSV(B) 346.55º 0.34% 0.67% -
XYZ 26.47 21.97 22.59 -
YUV 131.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 171 113 126 0 0.34 0.26 0.33 346.55 0.26 0.56
Hex AB 71 7E 0 22 1A 21 15B 1A 38
Octal 253 161 176 0 42 32 41 533 32 70
Binary 10101011 1110001 1111110 0 100010 11010 100001 101011011 11010 111000

Color Harmonies of #AB717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB717E

Black with #AB717E

Text Example


Text Example

White with #AB717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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