#AA536A

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

Shades of Blush #AA536A

Tints of Blush #AA536A

Color information

#AA536A (or 0xAA536A) is unknown color: approx Blush. HEX triplet: AA, 53 and 6A. RGB value is (170,83,106). Sum of RGB (Red+Green+Blue) = 170+83+106=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA536A is #55AC95. Grayscale: #6F6F6F. Windows color (decimal): -5614742 or 6968234. OLE color: 6968234.

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

Color convert

RGB17083106-
CMYK00.510.380.33
HSL344.14º34.39%49.61%-
HSV(B)344.14º51.18%66.67%-
XYZ22.2715.7715.51-
YUV111.64124.82169.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=47.35%
G=23.12%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708310600.510.380.33344.1434.3949.61
HexAA536A03326211582232
Octal25212315206346415304262
Binary10101010101001111010100110011100110100001101011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA536A; }

 p { color: rgb(170,83,106); }

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

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

 a { background-color: rgb(170,83,106); }

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

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

 span { border-color: rgb(170,83,106); }

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