#AA586B

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

Shades of Blush #AA586B

Tints of Blush #AA586B

Color information

#AA586B (or 0xAA586B) is unknown color: approx Blush. HEX triplet: AA, 58 and 6B. RGB value is (170,88,107). Sum of RGB (Red+Green+Blue) = 170+88+107=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA586B is #55A794. Grayscale: #727272. Windows color (decimal): -5613461 or 7035050. OLE color: 7035050.

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

Color convert

RGB17088107-
CMYK00.480.370.33
HSL346.1º32.54%50.59%-
HSV(B)346.1º48.24%66.67%-
XYZ22.7216.5915.91-
YUV114.68123.67167.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=46.58%
G=24.11%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708810700.480.370.33346.132.5450.59
HexAA586B030252115a2133
Octal25213015306045415324163
Binary10101010101100011010110110000100101100001101011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA586B; }

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

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

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

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

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

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

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

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