#AA5367

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

Shades of Blush #AA5367

Tints of Blush #AA5367

Color information

#AA5367 (or 0xAA5367) is unknown color: approx Blush. HEX triplet: AA, 53 and 67. RGB value is (170,83,103). Sum of RGB (Red+Green+Blue) = 170+83+103=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5367 is #55AC98. Grayscale: #6F6F6F. Windows color (decimal): -5614745 or 6771626. OLE color: 6771626.

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

Color convert

RGB17083103-
CMYK00.510.390.33
HSL346.21º34.39%49.61%-
HSV(B)346.21º51.18%66.67%-
XYZ22.1215.7114.7-
YUV111.29123.32169.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=47.75%
G=23.31%
B=28.93%

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
Decimal1708310300.510.390.33346.2134.3949.61
HexAA5367033272115a2232
Octal25212314706347415324262
Binary10101010101001111001110110011100111100001101011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5367; }

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

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

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

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

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

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

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

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