#AA5871

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

Shades of Blush #AA5871

Tints of Blush #AA5871

Color information

#AA5871 (or 0xAA5871) is unknown color: approx Blush. HEX triplet: AA, 58 and 71. RGB value is (170,88,113). Sum of RGB (Red+Green+Blue) = 170+88+113=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5871 is #55A78E. Grayscale: #737373. Windows color (decimal): -5613455 or 7428266. OLE color: 7428266.

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

Color convert

RGB17088113-
CMYK00.480.340.33
HSL341.71º32.54%50.59%-
HSV(B)341.71º48.24%66.67%-
XYZ23.0516.7217.63-
YUV115.37126.67166.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=45.82%
G=23.72%
B=30.46%

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
Decimal1708811300.480.340.33341.7132.5450.59
HexAA587103022211562133
Octal25213016106042415264163
Binary10101010101100011100010110000100010100001101010110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5871; }

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

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

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

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

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

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

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

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