#AA6C83

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

Shades of Tapestry #AA6C83

Tints of Tapestry #AA6C83

Color information

#AA6C83 (or 0xAA6C83) is unknown color: approx Tapestry. HEX triplet: AA, 6C and 83. RGB value is (170,108,131). Sum of RGB (Red+Green+Blue) = 170+108+131=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C83 is #55937C. Grayscale: #818181. Windows color (decimal): -5608317 or 8613034. OLE color: 8613034.

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

Color convert

RGB170108131-
CMYK00.360.230.33
HSL337.74º26.72%54.51%-
HSV(B)337.74º36.47%66.67%-
XYZ26.0420.9124.14-
YUV129.16129.04157.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=41.56%
G=26.41%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010813100.360.230.33337.7426.7254.51
HexAA6C8302417211521b37
Octal25215420304427415223367
Binary1010101011011001000001101001001011110000110101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C83; }

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

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

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

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

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

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

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

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