#AA6A7B

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

Shades of Tapestry #AA6A7B

Tints of Tapestry #AA6A7B

Color information

#AA6A7B (or 0xAA6A7B) is unknown color: approx Tapestry. HEX triplet: AA, 6A and 7B. RGB value is (170,106,123). Sum of RGB (Red+Green+Blue) = 170+106+123=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A7B is #559584. Grayscale: #7F7F7F. Windows color (decimal): -5608837 or 8088234. OLE color: 8088234.

HSL color Cylindrical-coordinate representation of color #AA6A7B: hue angle of 344.06º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6A7B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB170106123-
CMYK00.380.280.33
HSL344.06º27.35%54.12%-
HSV(B)344.06º37.65%66.67%-
XYZ25.3120.2821.32-
YUV127.07125.7158.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=42.61%
G=26.57%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010612300.380.280.33344.0627.3554.12
HexAA6A7B0261C211581b36
Octal25215217304634415303366
Binary101010101101010111101101001101110010000110101100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A7B; }

 p { color: rgb(170,106,123); }

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

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

 a { background-color: rgb(170,106,123); }

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

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

 span { border-color: rgb(170,106,123); }

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