#AA5469

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

Shades of Blush #AA5469

Tints of Blush #AA5469

Color information

#AA5469 (or 0xAA5469) is unknown color: approx Blush. HEX triplet: AA, 54 and 69. RGB value is (170,84,105). Sum of RGB (Red+Green+Blue) = 170+84+105=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5469 is #55AB96. Grayscale: #707070. Windows color (decimal): -5614487 or 6902954. OLE color: 6902954.

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

Color convert

RGB17084105-
CMYK00.510.380.33
HSL345.35º33.86%49.8%-
HSV(B)345.35º50.59%66.67%-
XYZ22.315.9115.26-
YUV112.11123.99169.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=47.35%
G=23.40%
B=29.25%

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
Decimal1708410500.510.380.33345.3533.8649.8
HexAA546903326211592232
Octal25212415106346415314262
Binary10101010101010011010010110011100110100001101011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5469; }

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

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

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

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

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

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

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

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