#AA546E

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

Shades of Blush #AA546E

Tints of Blush #AA546E

Color information

#AA546E (or 0xAA546E) is unknown color: approx Blush. HEX triplet: AA, 54 and 6E. RGB value is (170,84,110). Sum of RGB (Red+Green+Blue) = 170+84+110=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA546E is #55AB91. Grayscale: #707070. Windows color (decimal): -5614482 or 7230634. OLE color: 7230634.

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

Color convert

RGB17084110-
CMYK00.510.350.33
HSL341.86º33.86%49.8%-
HSV(B)341.86º50.59%66.67%-
XYZ22.5616.0116.65-
YUV112.68126.49168.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=46.70%
G=23.08%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708411000.510.350.33341.8633.8649.8
HexAA546E03323211562232
Octal25212415606343415264262
Binary10101010101010011011100110011100011100001101010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA546E; }

 p { color: rgb(170,84,110); }

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

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

 a { background-color: rgb(170,84,110); }

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

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

 span { border-color: rgb(170,84,110); }

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