#AA586A

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

Shades of Blush #AA586A

Tints of Blush #AA586A

Color information

#AA586A (or 0xAA586A) is unknown color: approx Blush. HEX triplet: AA, 58 and 6A. RGB value is (170,88,106). Sum of RGB (Red+Green+Blue) = 170+88+106=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA586A is #55A795. Grayscale: #727272. Windows color (decimal): -5613462 or 6969514. OLE color: 6969514.

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

Color convert

RGB17088106-
CMYK00.480.380.33
HSL346.83º32.54%50.59%-
HSV(B)346.83º48.24%66.67%-
XYZ22.6716.5715.64-
YUV114.57123.17167.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=46.70%
G=24.18%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708810600.480.380.33346.8332.5450.59
HexAA586A030262115b2133
Octal25213015206046415334163
Binary10101010101100011010100110000100110100001101011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA586A; }

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

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

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

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

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

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

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

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