#AA7788

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

Shades of Tapestry #AA7788

Tints of Tapestry #AA7788

Color information

#AA7788 (or 0xAA7788) is unknown color: approx Tapestry. HEX triplet: AA, 77 and 88. RGB value is (170,119,136). Sum of RGB (Red+Green+Blue) = 170+119+136=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7788 is #558877. Grayscale: #888888. Windows color (decimal): -5605496 or 8943530. OLE color: 8943530.

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

Color convert

RGB170119136-
CMYK00.30.200.33
HSL340º23.08%56.67%-
HSV(B)340º30%66.67%-
XYZ27.6223.5226.38-
YUV136.19127.9152.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 136 (53.52% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011913600.30.200.3334023.0856.67
HexAA778801E14211541739
Octal25216721003624415242771
Binary101010101110111100010000111101010010000110101010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7788; }

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

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

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

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

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

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

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

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