#AA5970

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

Shades of Blush #AA5970

Tints of Blush #AA5970

Color information

#AA5970 (or 0xAA5970) is unknown color: approx Blush. HEX triplet: AA, 59 and 70. RGB value is (170,89,112). Sum of RGB (Red+Green+Blue) = 170+89+112=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5970 is #55A68F. Grayscale: #737373. Windows color (decimal): -5613200 or 7362986. OLE color: 7362986.

HSL color Cylindrical-coordinate representation of color #AA5970: hue angle of 342.96º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5970 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17089112-
CMYK00.480.340.33
HSL342.96º32.27%50.78%-
HSV(B)342.96º47.65%66.67%-
XYZ23.0716.8617.37-
YUV115.84125.84166.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=45.82%
G=23.99%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708911200.480.340.33342.9632.2750.78
HexAA597003022211572033
Octal25213116006042415274063
Binary10101010101100111100000110000100010100001101010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5970; }

 p { color: rgb(170,89,112); }

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

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

 a { background-color: rgb(170,89,112); }

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

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

 span { border-color: rgb(170,89,112); }

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