#AA5B62

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

Shades of Blush #AA5B62

Tints of Blush #AA5B62

Color information

#AA5B62 (or 0xAA5B62) is unknown color: approx Blush. HEX triplet: AA, 5B and 62. RGB value is (170,91,98). Sum of RGB (Red+Green+Blue) = 170+91+98=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B62 is #55A49D. Grayscale: #737373. Windows color (decimal): -5612702 or 6445994. OLE color: 6445994.

HSL color Cylindrical-coordinate representation of color #AA5B62: hue angle of 354.68º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B62 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1709198-
CMYK00.460.420.33
HSL354.68º31.73%51.18%-
HSV(B)354.68º46.47%66.67%-
XYZ22.5216.9113.63-
YUV115.42118.17166.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=47.35%
G=25.35%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170919800.460.420.33354.6831.7351.18
HexAA5B6202E2A211632033
Octal25213314205652415434063
Binary10101010101101111000100101110101010100001101100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B62; }

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

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

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

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

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

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

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

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