#AA708A

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

Shades of Tapestry #AA708A

Tints of Tapestry #AA708A

Color information

#AA708A (or 0xAA708A) is unknown color: approx Tapestry. HEX triplet: AA, 70 and 8A. RGB value is (170,112,138). Sum of RGB (Red+Green+Blue) = 170+112+138=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708A is #558F75. Grayscale: #848484. Windows color (decimal): -5607286 or 9072810. OLE color: 9072810.

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

Color convert

RGB170112138-
CMYK00.340.190.33
HSL333.1º25.44%55.29%-
HSV(B)333.1º34.12%66.67%-
XYZ26.9621.9726.86-
YUV132.31131.22154.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=40.48%
G=26.67%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011213800.340.190.33333.125.4455.29
HexAA708A022132114d1937
Octal25216021204223415153167
Binary1010101011100001000101001000101001110000110100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA708A; }

 p { color: rgb(170,112,138); }

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

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

 a { background-color: rgb(170,112,138); }

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

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

 span { border-color: rgb(170,112,138); }

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