#AA5565

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

Shades of Blush #AA5565

Tints of Blush #AA5565

Color information

#AA5565 (or 0xAA5565) is unknown color: approx Blush. HEX triplet: AA, 55 and 65. RGB value is (170,85,101). Sum of RGB (Red+Green+Blue) = 170+85+101=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5565 is #55AA9A. Grayscale: #707070. Windows color (decimal): -5614235 or 6641066. OLE color: 6641066.

HSL color Cylindrical-coordinate representation of color #AA5565: hue angle of 348.71º 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 #AA5565 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17085101-
CMYK00.500.410.33
HSL348.71º33.33%50%-
HSV(B)348.71º50%66.67%-
XYZ22.1815.9814.23-
YUV112.24121.66169.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=47.75%
G=23.88%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708510100.500.410.33348.7133.3350
HexAA5565032292115d2132
Octal25212514506251415354162
Binary10101010101010111001010110010101001100001101011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5565; }

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

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

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

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

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

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

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

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