#AA5964

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

Shades of Blush #AA5964

Tints of Blush #AA5964

Color information

#AA5964 (or 0xAA5964) is unknown color: approx Blush. HEX triplet: AA, 59 and 64. RGB value is (170,89,100). Sum of RGB (Red+Green+Blue) = 170+89+100=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5964 is #55A69B. Grayscale: #727272. Windows color (decimal): -5613212 or 6576554. OLE color: 6576554.

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

Color convert

RGB17089100-
CMYK00.480.410.33
HSL351.85º32.27%50.78%-
HSV(B)351.85º47.65%66.67%-
XYZ22.4516.6114.08-
YUV114.47119.84167.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=47.35%
G=24.79%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708910000.480.410.33351.8532.2750.78
HexAA596403029211602033
Octal25213114406051415404063
Binary10101010101100111001000110000101001100001101100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5964; }

 p { color: rgb(170,89,100); }

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

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

 a { background-color: rgb(170,89,100); }

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

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

 span { border-color: rgb(170,89,100); }

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