#AA576B

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

Shades of Blush #AA576B

Tints of Blush #AA576B

Color information

#AA576B (or 0xAA576B) is unknown color: approx Blush. HEX triplet: AA, 57 and 6B. RGB value is (170,87,107). Sum of RGB (Red+Green+Blue) = 170+87+107=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA576B is #55A894. Grayscale: #727272. Windows color (decimal): -5613717 or 7034794. OLE color: 7034794.

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

Color convert

RGB17087107-
CMYK00.490.370.33
HSL345.54º32.81%50.39%-
HSV(B)345.54º48.82%66.67%-
XYZ22.6416.4215.89-
YUV114.1124167.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=46.70%
G=23.90%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708710700.490.370.33345.5432.8150.39
HexAA576B031252115a2132
Octal25212715306145415324162
Binary10101010101011111010110110001100101100001101011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA576B; }

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

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

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

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

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

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

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

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