#AB737F

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

Shades of Tapestry #AB737F

Tints of Tapestry #AB737F

Color information

#AB737F (or 0xAB737F) is unknown color: approx Tapestry. HEX triplet: AB, 73 and 7F. RGB value is (171,115,127). Sum of RGB (Red+Green+Blue) = 171+115+127=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB737F is #548C80. Grayscale: #858585. Windows color (decimal): -5540993 or 8352683. OLE color: 8352683.

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

Color convert

RGB171115127-
CMYK00.330.260.33
HSL347.14º25%56.08%-
HSV(B)347.14º32.75%67.06%-
XYZ26.7622.4523-
YUV133.11124.55155.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 127 (50% from 255) = 30.75%
R=41.40%
G=27.85%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111512700.330.260.33347.142556.08
HexAB737F0211A2115b1938
Octal25316317704132415333170
Binary101010111110011111111101000011101010000110101101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB737F; }

 p { color: rgb(171,115,127); }

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

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

 a { background-color: rgb(171,115,127); }

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

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

 span { border-color: rgb(171,115,127); }

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