#AA5962

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

Shades of Blush #AA5962

Tints of Blush #AA5962

Color information

#AA5962 (or 0xAA5962) is unknown color: approx Blush. HEX triplet: AA, 59 and 62. RGB value is (170,89,98). Sum of RGB (Red+Green+Blue) = 170+89+98=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5962 is #55A69D. Grayscale: #727272. Windows color (decimal): -5613214 or 6445482. OLE color: 6445482.

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

Color convert

RGB1708998-
CMYK00.480.420.33
HSL353.33º32.27%50.78%-
HSV(B)353.33º47.65%66.67%-
XYZ22.3516.5713.58-
YUV114.24118.84167.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=47.62%
G=24.93%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170899800.480.420.33353.3332.2750.78
HexAA59620302A211612033
Octal25213114206052415414063
Binary10101010101100111000100110000101010100001101100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5962; }

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

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

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

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

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

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

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

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