#AA6784

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

Shades of Tapestry #AA6784

Tints of Tapestry #AA6784

Color information

#AA6784 (or 0xAA6784) is unknown color: approx Tapestry. HEX triplet: AA, 67 and 84. RGB value is (170,103,132). Sum of RGB (Red+Green+Blue) = 170+103+132=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6784 is #55987B. Grayscale: #7E7E7E. Windows color (decimal): -5609596 or 8677290. OLE color: 8677290.

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

Color convert

RGB170103132-
CMYK00.390.220.33
HSL334.03º28.27%53.53%-
HSV(B)334.03º39.41%66.67%-
XYZ25.5919.9124.32-
YUV126.34131.2159.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=41.98%
G=25.43%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010313200.390.220.33334.0328.2753.53
HexAA6784027162114e1c36
Octal25214720404726415163466
Binary1010101011001111000010001001111011010000110100111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6784; }

 p { color: rgb(170,103,132); }

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

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

 a { background-color: rgb(170,103,132); }

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

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

 span { border-color: rgb(170,103,132); }

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