#AB688D

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

Shades of Tapestry #AB688D

Tints of Tapestry #AB688D

Color information

#AB688D (or 0xAB688D) is unknown color: approx Tapestry. HEX triplet: AB, 68 and 8D. RGB value is (171,104,141). Sum of RGB (Red+Green+Blue) = 171+104+141=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB688D is #549772. Grayscale: #808080. Windows color (decimal): -5543795 or 9267371. OLE color: 9267371.

HSL color Cylindrical-coordinate representation of color #AB688D: hue angle of 326.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB688D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB171104141-
CMYK00.390.180.33
HSL326.87º28.51%53.92%-
HSV(B)326.87º39.18%67.06%-
XYZ26.5520.4827.75-
YUV128.25135.2158.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=41.11%
G=25%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110414100.390.180.33326.8728.5153.92
HexAB688D02712211471d36
Octal25315021504722415073566
Binary1010101111010001000110101001111001010000110100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB688D; }

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

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

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

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

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

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

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

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