#AA6C8B

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

Shades of Tapestry #AA6C8B

Tints of Tapestry #AA6C8B

Color information

#AA6C8B (or 0xAA6C8B) is unknown color: approx Tapestry. HEX triplet: AA, 6C and 8B. RGB value is (170,108,139). Sum of RGB (Red+Green+Blue) = 170+108+139=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C8B is #559374. Grayscale: #828282. Windows color (decimal): -5608309 or 9137322. OLE color: 9137322.

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

Color convert

RGB170108139-
CMYK00.360.180.33
HSL330º26.72%54.51%-
HSV(B)330º36.47%66.67%-
XYZ26.621.1427.1-
YUV130.07133.04156.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=40.77%
G=25.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010813900.360.180.3333026.7254.51
HexAA6C8B024122114a1b37
Octal25215421304422415123367
Binary1010101011011001000101101001001001010000110100101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C8B; }

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

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

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

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

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

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

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

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