#AA5863

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

Shades of Blush #AA5863

Tints of Blush #AA5863

Color information

#AA5863 (or 0xAA5863) is unknown color: approx Blush. HEX triplet: AA, 58 and 63. RGB value is (170,88,99). Sum of RGB (Red+Green+Blue) = 170+88+99=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5863 is #55A79C. Grayscale: #717171. Windows color (decimal): -5613469 or 6510762. OLE color: 6510762.

HSL color Cylindrical-coordinate representation of color #AA5863: hue angle of 351.95º degrees, saturation: 0.33, 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 #AA5863 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1708899-
CMYK00.480.420.33
HSL351.95º32.54%50.59%-
HSV(B)351.95º48.24%66.67%-
XYZ22.3216.4313.8-
YUV113.77119.67168.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=47.62%
G=24.65%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170889900.480.420.33351.9532.5450.59
HexAA58630302A211602133
Octal25213014306052415404163
Binary10101010101100011000110110000101010100001101100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5863; }

 p { color: rgb(170,88,99); }

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

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

 a { background-color: rgb(170,88,99); }

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

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

 span { border-color: rgb(170,88,99); }

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