#AA5665

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

Shades of Blush #AA5665

Tints of Blush #AA5665

Color information

#AA5665 (or 0xAA5665) is unknown color: approx Blush. HEX triplet: AA, 56 and 65. RGB value is (170,86,101). Sum of RGB (Red+Green+Blue) = 170+86+101=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5665 is #55A99A. Grayscale: #707070. Windows color (decimal): -5613979 or 6641322. OLE color: 6641322.

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

Color convert

RGB17086101-
CMYK00.490.410.33
HSL349.29º33.07%50.2%-
HSV(B)349.29º49.41%66.67%-
XYZ22.2516.1414.25-
YUV112.83121.33168.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 101 (39.84% from 255) = 28.29%
R=47.62%
G=24.09%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708610100.490.410.33349.2933.0750.2
HexAA5665031292115d2132
Octal25212614506151415354162
Binary10101010101011011001010110001101001100001101011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5665; }

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

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

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

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

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

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

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

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