#AB7C83

Color #AB7C83 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AB7C83

Tints of Tapestry #AB7C83

Color information

#AB7C83 (or 0xAB7C83) is unknown color: approx Tapestry. HEX triplet: AB, 7C and 83. RGB value is (171,124,131). Sum of RGB (Red+Green+Blue) = 171+124+131=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C83 is #54837C. Grayscale: #8A8A8A. Windows color (decimal): -5538685 or 8617131. OLE color: 8617131.

HSL color Cylindrical-coordinate representation of color #AB7C83: hue angle of 351.06º degrees, saturation: 0.22, 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 #AB7C83 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB171124131-
CMYK00.270.230.33
HSL351.06º21.86%57.84%-
HSV(B)351.06º27.49%67.06%-
XYZ28.124.7124.76-
YUV138.85123.57150.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=40.14%
G=29.11%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112413100.270.230.33351.0621.8657.84
HexAB7C8301B172115f163a
Octal25317420303327415372672
Binary101010111111100100000110110111011110000110101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C83; }

 p { color: rgb(171,124,131); }

 H1.HeaderClassName
 {
   color: #AB7C83;
 }
 .AnyTagClassName
 {
   color: #AB7C83;
 }
</style>
background-color css

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

 a { background-color: rgb(171,124,131); }

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

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

 span { border-color: rgb(171,124,131); }

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