#AB7285

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

Shades of Tapestry #AB7285

Tints of Tapestry #AB7285

Color information

#AB7285 (or 0xAB7285) is unknown color: approx Tapestry. HEX triplet: AB, 72 and 85. RGB value is (171,114,133). Sum of RGB (Red+Green+Blue) = 171+114+133=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7285 is #548D7A. Grayscale: #858585. Windows color (decimal): -5541243 or 8745643. OLE color: 8745643.

HSL color Cylindrical-coordinate representation of color #AB7285: hue angle of 340º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7285 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171114133-
CMYK00.330.220.33
HSL340º25.33%55.88%-
HSV(B)340º33.33%67.06%-
XYZ27.0522.3925.09-
YUV133.21127.88154.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111413300.330.220.3334025.3355.88
HexAB728502116211541938
Octal25316220504126415243170
Binary1010101111100101000010101000011011010000110101010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7285; }

 p { color: rgb(171,114,133); }

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

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

 a { background-color: rgb(171,114,133); }

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

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

 span { border-color: rgb(171,114,133); }

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