#AA576F

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

Shades of Blush #AA576F

Tints of Blush #AA576F

Color information

#AA576F (or 0xAA576F) is unknown color: approx Blush. HEX triplet: AA, 57 and 6F. RGB value is (170,87,111). Sum of RGB (Red+Green+Blue) = 170+87+111=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA576F is #55A890. Grayscale: #727272. Windows color (decimal): -5613713 or 7296938. OLE color: 7296938.

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

Color convert

RGB17087111-
CMYK00.490.350.33
HSL342.65º32.81%50.39%-
HSV(B)342.65º48.82%66.67%-
XYZ22.8616.5117.02-
YUV114.55126167.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=46.20%
G=23.64%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708711100.490.350.33342.6532.8150.39
HexAA576F03123211572132
Octal25212715706143415274162
Binary10101010101011111011110110001100011100001101010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA576F; }

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

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

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

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

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

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

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

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