#AA576A

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

Shades of Blush #AA576A

Tints of Blush #AA576A

Color information

#AA576A (or 0xAA576A) is unknown color: approx Blush. HEX triplet: AA, 57 and 6A. RGB value is (170,87,106). Sum of RGB (Red+Green+Blue) = 170+87+106=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA576A is #55A895. Grayscale: #717171. Windows color (decimal): -5613718 or 6969258. OLE color: 6969258.

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

Color convert

RGB17087106-
CMYK00.490.380.33
HSL346.27º32.81%50.39%-
HSV(B)346.27º48.82%66.67%-
XYZ22.5916.415.61-
YUV113.98123.5167.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=46.83%
G=23.97%
B=29.20%

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
Decimal1708710600.490.380.33346.2732.8150.39
HexAA576A031262115a2132
Octal25212715206146415324162
Binary10101010101011111010100110001100110100001101011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA576A; }

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

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

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

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

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

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

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

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