#AA5468

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

Shades of Blush #AA5468

Tints of Blush #AA5468

Color information

#AA5468 (or 0xAA5468) is unknown color: approx Blush. HEX triplet: AA, 54 and 68. RGB value is (170,84,104). Sum of RGB (Red+Green+Blue) = 170+84+104=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5468 is #55AB97. Grayscale: #707070. Windows color (decimal): -5614488 or 6837418. OLE color: 6837418.

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

Color convert

RGB17084104-
CMYK00.510.390.33
HSL346.05º33.86%49.8%-
HSV(B)346.05º50.59%66.67%-
XYZ22.2515.8914.99-
YUV111.99123.49169.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=47.49%
G=23.46%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708410400.510.390.33346.0533.8649.8
HexAA5468033272115a2232
Octal25212415006347415324262
Binary10101010101010011010000110011100111100001101011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5468; }

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

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

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

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

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

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

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

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