#AA687D

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

Shades of Tapestry #AA687D

Tints of Tapestry #AA687D

Color information

#AA687D (or 0xAA687D) is unknown color: approx Tapestry. HEX triplet: AA, 68 and 7D. RGB value is (170,104,125). Sum of RGB (Red+Green+Blue) = 170+104+125=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA687D is #559782. Grayscale: #7E7E7E. Windows color (decimal): -5609347 or 8218794. OLE color: 8218794.

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

Color convert

RGB170104125-
CMYK00.390.260.33
HSL340.91º27.97%53.73%-
HSV(B)340.91º38.82%66.67%-
XYZ25.2319.9321.92-
YUV126.13127.37159.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=42.61%
G=26.07%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010412500.390.260.33340.9127.9753.73
HexAA687D0271A211551c36
Octal25215017504732415253466
Binary101010101101000111110101001111101010000110101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA687D; }

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

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

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

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

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

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

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

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