#AB7289

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

Shades of Tapestry #AB7289

Tints of Tapestry #AB7289

Color information

#AB7289 (or 0xAB7289) is unknown color: approx Tapestry. HEX triplet: AB, 72 and 89. RGB value is (171,114,137). Sum of RGB (Red+Green+Blue) = 171+114+137=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7289 is #548D76. Grayscale: #858585. Windows color (decimal): -5541239 or 9007787. OLE color: 9007787.

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

Color convert

RGB171114137-
CMYK00.330.200.33
HSL335.79º25.33%55.88%-
HSV(B)335.79º33.33%67.06%-
XYZ27.3322.526.57-
YUV133.66129.88154.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=40.52%
G=27.01%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111413700.330.200.33335.7925.3355.88
HexAB728902114211501938
Octal25316221104124415203170
Binary1010101111100101000100101000011010010000110101000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7289; }

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

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

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

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

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

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

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

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