Html Css Color HEX #AB7F8A Tapestry

📋 copy color: '#AB7F8A'

red 171 ◦ green 127 ◦ blue 138

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

Shades of Tapestry #AB7F8A

Tints of Tapestry #AB7F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 39.22%
G = 29.13%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB7F8A (or 0xAB7F8A) is known color: Tapestry. HEX triplet: AB, 7F and 8A. RGB value is (171,127,138). Sum of RGB (Red+Green+Blue) = 171+127+138=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F8A is #548075. Grayscale: #8D8D8D. Windows color (decimal): -5537910 or 9076651. OLE color: 9076651.

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

Color convert

RGB 171 127 138 -
CMYK 0 0.26 0.19 0.33
HSL 345º 0.21% 0.58% -
HSV(B) 345º 0.26% 0.67% -
XYZ 28.97 25.67 27.47 -
YUV 141.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 171 127 138 0 0.26 0.19 0.33 345 0.21 0.58
Hex AB 7F 8A 0 1A 13 21 159 15 3A
Octal 253 177 212 0 32 23 41 531 25 72
Binary 10101011 1111111 10001010 0 11010 10011 100001 101011001 10101 111010

Color Harmonies of #AB7F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F8A

Black with #AB7F8A

Text Example


Text Example

White with #AB7F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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