#AA758B

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

Shades of Tapestry #AA758B

Tints of Tapestry #AA758B

Color information

#AA758B (or 0xAA758B) is unknown color: approx Tapestry. HEX triplet: AA, 75 and 8B. RGB value is (170,117,139). Sum of RGB (Red+Green+Blue) = 170+117+139=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA758B is #558A74. Grayscale: #878787. Windows color (decimal): -5606005 or 9139626. OLE color: 9139626.

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

Color convert

RGB170117139-
CMYK00.310.180.33
HSL335.09º23.77%56.27%-
HSV(B)335.09º31.18%66.67%-
XYZ27.623.1327.44-
YUV135.35130.06152.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=39.91%
G=27.46%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011713900.310.180.33335.0923.7756.27
HexAA758B01F122114f1838
Octal25216521303722415173070
Binary101010101110101100010110111111001010000110100111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA758B; }

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

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

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

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

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

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

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

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