#AA5669

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

Shades of Blush #AA5669

Tints of Blush #AA5669

Color information

#AA5669 (or 0xAA5669) is unknown color: approx Blush. HEX triplet: AA, 56 and 69. RGB value is (170,86,105). Sum of RGB (Red+Green+Blue) = 170+86+105=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5669 is #55A996. Grayscale: #717171. Windows color (decimal): -5613975 or 6903466. OLE color: 6903466.

HSL color Cylindrical-coordinate representation of color #AA5669: hue angle of 346.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5669 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17086105-
CMYK00.490.380.33
HSL346.43º33.07%50.2%-
HSV(B)346.43º49.41%66.67%-
XYZ22.4616.2215.31-
YUV113.28123.33168.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=47.09%
G=23.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708610500.490.380.33346.4333.0750.2
HexAA5669031262115a2132
Octal25212615106146415324162
Binary10101010101011011010010110001100110100001101011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5669; }

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

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

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

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

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

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

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

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