#AA5368

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

Shades of Blush #AA5368

Tints of Blush #AA5368

Color information

#AA5368 (or 0xAA5368) is unknown color: approx Blush. HEX triplet: AA, 53 and 68. RGB value is (170,83,104). Sum of RGB (Red+Green+Blue) = 170+83+104=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5368 is #55AC97. Grayscale: #6F6F6F. Windows color (decimal): -5614744 or 6837162. OLE color: 6837162.

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

Color convert

RGB17083104-
CMYK00.510.390.33
HSL345.52º34.39%49.61%-
HSV(B)345.52º51.18%66.67%-
XYZ22.1715.7314.96-
YUV111.41123.82169.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=47.62%
G=23.25%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708310400.510.390.33345.5234.3949.61
HexAA5368033272115a2232
Octal25212315006347415324262
Binary10101010101001111010000110011100111100001101011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5368; }

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

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

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

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

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

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

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

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