Html Css Color HEX #AB718C Tapestry

📋 copy color: '#AB718C'

red 171 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #AB718C

Tints of Tapestry #AB718C

RGB

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

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

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

R = 40.33%
G = 26.65%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB718C (or 0xAB718C) is known color: Tapestry. HEX triplet: AB, 71 and 8C. RGB value is (171,113,140). Sum of RGB (Red+Green+Blue) = 171+113+140=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB718C is #548E73. Grayscale: #858585. Windows color (decimal): -5541492 or 9204139. OLE color: 9204139.

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

Color convert

RGB 171 113 140 -
CMYK 0 0.34 0.18 0.33
HSL 332.07º 0.26% 0.56% -
HSV(B) 332.07º 0.34% 0.67% -
XYZ 27.43 22.36 27.68 -
YUV 133.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 171 113 140 0 0.34 0.18 0.33 332.07 0.26 0.56
Hex AB 71 8C 0 22 12 21 14C 1A 38
Octal 253 161 214 0 42 22 41 514 32 70
Binary 10101011 1110001 10001100 0 100010 10010 100001 101001100 11010 111000

Color Harmonies of #AB718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB718C

Black with #AB718C

Text Example


Text Example

White with #AB718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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