#AB828F

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

Shades of Tapestry #AB828F

Tints of Tapestry #AB828F

Color information

#AB828F (or 0xAB828F) is unknown color: approx Tapestry. HEX triplet: AB, 82 and 8F. RGB value is (171,130,143). Sum of RGB (Red+Green+Blue) = 171+130+143=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB828F is #547D70. Grayscale: #8F8F8F. Windows color (decimal): -5537137 or 9405099. OLE color: 9405099.

HSL color Cylindrical-coordinate representation of color #AB828F: hue angle of 340.98º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB828F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171130143-
CMYK00.240.160.33
HSL340.98º19.62%59.02%-
HSV(B)340.98º23.98%67.06%-
XYZ29.7426.6129.55-
YUV143.74127.58147.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=38.51%
G=29.28%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113014300.240.160.33340.9819.6259.02
HexAB828F0181021155143b
Octal25320221703020415252473
Binary1010101110000010100011110110001000010000110101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB828F; }

 p { color: rgb(171,130,143); }

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

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

 a { background-color: rgb(171,130,143); }

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

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

 span { border-color: rgb(171,130,143); }

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