#AA556A

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

Shades of Blush #AA556A

Tints of Blush #AA556A

Color information

#AA556A (or 0xAA556A) is unknown color: approx Blush. HEX triplet: AA, 55 and 6A. RGB value is (170,85,106). Sum of RGB (Red+Green+Blue) = 170+85+106=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA556A is #55AA95. Grayscale: #707070. Windows color (decimal): -5614230 or 6968746. OLE color: 6968746.

HSL color Cylindrical-coordinate representation of color #AA556A: hue angle of 345.18º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA556A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17085106-
CMYK00.500.380.33
HSL345.18º33.33%50%-
HSV(B)345.18º50%66.67%-
XYZ22.4316.0815.56-
YUV112.81124.16168.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=47.09%
G=23.55%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708510600.500.380.33345.1833.3350
HexAA556A03226211592132
Octal25212515206246415314162
Binary10101010101010111010100110010100110100001101011001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA556A; }

 p { color: rgb(170,85,106); }

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

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

 a { background-color: rgb(170,85,106); }

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

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

 span { border-color: rgb(170,85,106); }

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