Html Css Color HEX #AB7D8E Tapestry

📋 copy color: '#AB7D8E'

red 171 ◦ green 125 ◦ blue 142

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

Shades of Tapestry #AB7D8E

Tints of Tapestry #AB7D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.54%

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

R = 39.04%
G = 28.54%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB7D8E (or 0xAB7D8E) is known color: Tapestry. HEX triplet: AB, 7D and 8E. RGB value is (171,125,142). Sum of RGB (Red+Green+Blue) = 171+125+142=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D8E is #548271. Grayscale: #8C8C8C. Windows color (decimal): -5538418 or 9338283. OLE color: 9338283.

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

Color convert

RGB 171 125 142 -
CMYK 0 0.27 0.17 0.33
HSL 337.83º 0.21% 0.58% -
HSV(B) 337.83º 0.27% 0.67% -
XYZ 29.01 25.28 28.94 -
YUV 140.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 171 125 142 0 0.27 0.17 0.33 337.83 0.21 0.58
Hex AB 7D 8E 0 1B 11 21 152 15 3A
Octal 253 175 216 0 33 21 41 522 25 72
Binary 10101011 1111101 10001110 0 11011 10001 100001 101010010 10101 111010

Color Harmonies of #AB7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D8E

Black with #AB7D8E

Text Example


Text Example

White with #AB7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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