#AA6B88

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

Shades of Tapestry #AA6B88

Tints of Tapestry #AA6B88

Color information

#AA6B88 (or 0xAA6B88) is unknown color: approx Tapestry. HEX triplet: AA, 6B and 88. RGB value is (170,107,136). Sum of RGB (Red+Green+Blue) = 170+107+136=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6B88 is #559477. Grayscale: #818181. Windows color (decimal): -5608568 or 8940458. OLE color: 8940458.

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

Color convert

RGB170107136-
CMYK00.370.200.33
HSL332.38º27.04%54.31%-
HSV(B)332.38º37.06%66.67%-
XYZ26.2820.8425.93-
YUV129.14131.87157.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=41.16%
G=25.91%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010713600.370.200.33332.3827.0454.31
HexAA6B88025142114c1b36
Octal25215321004524415143366
Binary1010101011010111000100001001011010010000110100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B88; }

 p { color: rgb(170,107,136); }

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

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

 a { background-color: rgb(170,107,136); }

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

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

 span { border-color: rgb(170,107,136); }

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