#AA546A

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

Shades of Blush #AA546A

Tints of Blush #AA546A

Color information

#AA546A (or 0xAA546A) is unknown color: approx Blush. HEX triplet: AA, 54 and 6A. RGB value is (170,84,106). Sum of RGB (Red+Green+Blue) = 170+84+106=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA546A is #55AB95. Grayscale: #707070. Windows color (decimal): -5614486 or 6968490. OLE color: 6968490.

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

Color convert

RGB17084106-
CMYK00.510.380.33
HSL344.65º33.86%49.8%-
HSV(B)344.65º50.59%66.67%-
XYZ22.3515.9315.53-
YUV112.22124.49169.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=47.22%
G=23.33%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708410600.510.380.33344.6533.8649.8
HexAA546A03326211592232
Octal25212415206346415314262
Binary10101010101010011010100110011100110100001101011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA546A; }

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

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

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

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

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

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

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

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