#AB6B7F

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

Shades of Tapestry #AB6B7F

Tints of Tapestry #AB6B7F

Color information

#AB6B7F (or 0xAB6B7F) is unknown color: approx Tapestry. HEX triplet: AB, 6B and 7F. RGB value is (171,107,127). Sum of RGB (Red+Green+Blue) = 171+107+127=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B7F is #549480. Grayscale: #808080. Windows color (decimal): -5543041 or 8350635. OLE color: 8350635.

HSL color Cylindrical-coordinate representation of color #AB6B7F: hue angle of 341.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B7F is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB171107127-
CMYK00.370.260.33
HSL341.25º27.59%54.51%-
HSV(B)341.25º37.43%67.06%-
XYZ25.8820.7122.71-
YUV128.42127.2158.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 127 (50% from 255) = 31.36%
R=42.22%
G=26.42%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110712700.370.260.33341.2527.5954.51
HexAB6B7F0251A211551c37
Octal25315317704532415253467
Binary101010111101011111111101001011101010000110101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6B7F; }

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

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

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

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

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

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

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

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