#AA688B

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

Shades of Tapestry #AA688B

Tints of Tapestry #AA688B

Color information

#AA688B (or 0xAA688B) is unknown color: approx Tapestry. HEX triplet: AA, 68 and 8B. RGB value is (170,104,139). Sum of RGB (Red+Green+Blue) = 170+104+139=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA688B is #559774. Grayscale: #7F7F7F. Windows color (decimal): -5609333 or 9136298. OLE color: 9136298.

HSL color Cylindrical-coordinate representation of color #AA688B: hue angle of 328.18º degrees, saturation: 0.28, 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 #AA688B is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170104139-
CMYK00.390.180.33
HSL328.18º27.97%53.73%-
HSV(B)328.18º38.82%66.67%-
XYZ26.1920.3126.97-
YUV127.72134.37158.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=41.16%
G=25.18%
B=33.66%

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
Decimal17010413900.390.180.33328.1827.9753.73
HexAA688B02712211481c36
Octal25215021304722415103466
Binary1010101011010001000101101001111001010000110100100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA688B; }

 p { color: rgb(170,104,139); }

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

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

 a { background-color: rgb(170,104,139); }

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

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

 span { border-color: rgb(170,104,139); }

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