#aa5b66

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

Shades of Blush #AA5B66

Tints of Blush #AA5B66

Color information

#AA5B66 (or 0xAA5B66) is unknown color: approx Blush. HEX triplet: AA, 5B and 66. RGB value is (170,91,102). Sum of RGB (Red+Green+Blue) = 170+91+102=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B66 is #55A499. Grayscale: #737373. Windows color (decimal): -5612698 or 6708138. OLE color: 6708138.

HSL color Cylindrical-coordinate representation of color #AA5B66: hue angle of 351.65º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B66 is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB17091102-
CMYK00.460.40.33
HSL351.65º31.73%51.18%-
HSV(B)351.65º46.47%66.67%-
XYZ22.7216.9914.65-
YUV115.87120.17166.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=46.83%
G=25.07%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709110200.460.40.33351.6531.7351.18
HexAA5B6602E28211602033
Octal25213314605650415404063
Binary10101010101101111001100101110101000100001101100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5b66; }

 p { color: rgb(170,91,102); }

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

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

 a { background-color: rgb(170,91,102); }

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

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

 span { border-color: rgb(170,91,102); }

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