#AA5366

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

Shades of Blush #AA5366

Tints of Blush #AA5366

Color information

#AA5366 (or 0xAA5366) is unknown color: approx Blush. HEX triplet: AA, 53 and 66. RGB value is (170,83,102). Sum of RGB (Red+Green+Blue) = 170+83+102=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5366 is #55AC99. Grayscale: #6F6F6F. Windows color (decimal): -5614746 or 6706090. OLE color: 6706090.

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

Color convert

RGB17083102-
CMYK00.510.40.33
HSL346.9º34.39%49.61%-
HSV(B)346.9º51.18%66.67%-
XYZ22.0715.6914.44-
YUV111.18122.82169.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=47.89%
G=23.38%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708310200.510.40.33346.934.3949.61
HexAA5366033282115b2232
Octal25212314606350415334262
Binary10101010101001111001100110011101000100001101011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5366; }

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

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

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

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

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

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

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

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