#AB768C

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

Shades of Tapestry #AB768C

Tints of Tapestry #AB768C

Color information

#AB768C (or 0xAB768C) is unknown color: approx Tapestry. HEX triplet: AB, 76 and 8C. RGB value is (171,118,140). Sum of RGB (Red+Green+Blue) = 171+118+140=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB768C is #548973. Grayscale: #888888. Windows color (decimal): -5540212 or 9205419. OLE color: 9205419.

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

Color convert

RGB171118140-
CMYK00.310.180.33
HSL335.09º23.98%56.67%-
HSV(B)335.09º30.99%67.06%-
XYZ28.0123.5127.87-
YUV136.35130.06152.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=39.86%
G=27.51%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111814000.310.180.33335.0923.9856.67
HexAB768C01F122114f1839
Octal25316621403722415173071
Binary101010111110110100011000111111001010000110100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB768C; }

 p { color: rgb(171,118,140); }

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

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

 a { background-color: rgb(171,118,140); }

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

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

 span { border-color: rgb(171,118,140); }

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