#AA546B

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

Shades of Blush #AA546B

Tints of Blush #AA546B

Color information

#AA546B (or 0xAA546B) is unknown color: approx Blush. HEX triplet: AA, 54 and 6B. RGB value is (170,84,107). Sum of RGB (Red+Green+Blue) = 170+84+107=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA546B is #55AB94. Grayscale: #707070. Windows color (decimal): -5614485 or 7034026. OLE color: 7034026.

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

Color convert

RGB17084107-
CMYK00.510.370.33
HSL343.95º33.86%49.8%-
HSV(B)343.95º50.59%66.67%-
XYZ22.415.9515.81-
YUV112.34124.99169.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=47.09%
G=23.27%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708410700.510.370.33343.9533.8649.8
HexAA546B03325211582232
Octal25212415306345415304262
Binary10101010101010011010110110011100101100001101011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA546B; }

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

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

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

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

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

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

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

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