#AB828D

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

Shades of Tapestry #AB828D

Tints of Tapestry #AB828D

Color information

#AB828D (or 0xAB828D) is unknown color: approx Tapestry. HEX triplet: AB, 82 and 8D. RGB value is (171,130,141). Sum of RGB (Red+Green+Blue) = 171+130+141=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB828D is #547D72. Grayscale: #8F8F8F. Windows color (decimal): -5537139 or 9274027. OLE color: 9274027.

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

Color convert

RGB171130141-
CMYK00.240.180.33
HSL343.9º19.62%59.02%-
HSV(B)343.9º23.98%67.06%-
XYZ29.5826.5528.76-
YUV143.51126.58147.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=38.69%
G=29.41%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113014100.240.180.33343.919.6259.02
HexAB828D0181221158143b
Octal25320221503022415302473
Binary1010101110000010100011010110001001010000110101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB828D; }

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

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

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

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

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

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

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

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