#AA698B

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

Shades of Tapestry #AA698B

Tints of Tapestry #AA698B

Color information

#AA698B (or 0xAA698B) is unknown color: approx Tapestry. HEX triplet: AA, 69 and 8B. RGB value is (170,105,139). Sum of RGB (Red+Green+Blue) = 170+105+139=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698B is #559674. Grayscale: #808080. Windows color (decimal): -5609077 or 9136554. OLE color: 9136554.

HSL color Cylindrical-coordinate representation of color #AA698B: hue angle of 328.62º degrees, saturation: 0.28, 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 #AA698B is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170105139-
CMYK00.380.180.33
HSL328.62º27.66%53.92%-
HSV(B)328.62º38.24%66.67%-
XYZ26.2920.5127-
YUV128.31134.03157.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=41.06%
G=25.36%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010513900.380.180.33328.6227.6653.92
HexAA698B02612211491c36
Octal25215121304622415113466
Binary1010101011010011000101101001101001010000110100100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA698B; }

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

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

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

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

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

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

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

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