#AA7286

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

Shades of Tapestry #AA7286

Tints of Tapestry #AA7286

Color information

#AA7286 (or 0xAA7286) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 86. RGB value is (170,114,134). Sum of RGB (Red+Green+Blue) = 170+114+134=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7286 is #558D79. Grayscale: #858585. Windows color (decimal): -5606778 or 8811178. OLE color: 8811178.

HSL color Cylindrical-coordinate representation of color #AA7286: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7286 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB170114134-
CMYK00.330.210.33
HSL338.57º24.78%55.69%-
HSV(B)338.57º32.94%66.67%-
XYZ26.922.325.44-
YUV133.02128.55154.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 134 (52.73% from 255) = 32.06%
R=40.67%
G=27.27%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011413400.330.210.33338.5724.7855.69
HexAA728602115211531938
Octal25216220604125415233170
Binary1010101011100101000011001000011010110000110101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7286; }

 p { color: rgb(170,114,134); }

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

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

 a { background-color: rgb(170,114,134); }

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

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

 span { border-color: rgb(170,114,134); }

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