Html Css Color HEX #AB717F Tapestry

📋 copy color: '#AB717F'

red 171 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #AB717F

Tints of Tapestry #AB717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.9%

R = 41.61%
G = 27.49%
B = 30.9%

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

#AB717F (or 0xAB717F) is known color: Tapestry. HEX triplet: AB, 71 and 7F. RGB value is (171,113,127). Sum of RGB (Red+Green+Blue) = 171+113+127=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB717F is #548E80. Grayscale: #838383. Windows color (decimal): -5541505 or 8352171. OLE color: 8352171.

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

Color convert

RGB 171 113 127 -
CMYK 0 0.34 0.26 0.33
HSL 345.52º 0.26% 0.56% -
HSV(B) 345.52º 0.34% 0.67% -
XYZ 26.53 22 22.93 -
YUV 131.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 171 113 127 0 0.34 0.26 0.33 345.52 0.26 0.56
Hex AB 71 7F 0 22 1A 21 15A 1A 38
Octal 253 161 177 0 42 32 41 532 32 70
Binary 10101011 1110001 1111111 0 100010 11010 100001 101011010 11010 111000

Color Harmonies of #AB717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB717F

Black with #AB717F

Text Example


Text Example

White with #AB717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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