#AA5868

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

Shades of Blush #AA5868

Tints of Blush #AA5868

Color information

#AA5868 (or 0xAA5868) is unknown color: approx Blush. HEX triplet: AA, 58 and 68. RGB value is (170,88,104). Sum of RGB (Red+Green+Blue) = 170+88+104=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5868 is #55A797. Grayscale: #727272. Windows color (decimal): -5613464 or 6838442. OLE color: 6838442.

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

Color convert

RGB17088104-
CMYK00.480.390.33
HSL348.29º32.54%50.59%-
HSV(B)348.29º48.24%66.67%-
XYZ22.5716.5215.1-
YUV114.34122.17167.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=46.96%
G=24.31%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708810400.480.390.33348.2932.5450.59
HexAA5868030272115c2133
Octal25213015006047415344163
Binary10101010101100011010000110000100111100001101011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5868; }

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

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

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

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

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

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

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

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