#AE5661

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

Shades of Blush #AE5661

Tints of Blush #AE5661

Color information

#AE5661 (or 0xAE5661) is unknown color: approx Blush. HEX triplet: AE, 56 and 61. RGB value is (174,86,97). Sum of RGB (Red+Green+Blue) = 174+86+97=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5661 is #51A99E. Grayscale: #717171. Windows color (decimal): -5351839 or 6379182. OLE color: 6379182.

HSL color Cylindrical-coordinate representation of color #AE5661: hue angle of 352.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5661 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1748697-
CMYK00.510.440.32
HSL352.5º35.2%50.98%-
HSV(B)352.5º50.57%68.24%-
XYZ22.9416.5213.29-
YUV113.57118.65171.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=48.74%
G=24.09%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174869700.510.440.32352.535.250.98
HexAE56610332C201602333
Octal25612614106354405404363
Binary10101110101011011000010110011101100100000101100000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5661; }

 p { color: rgb(174,86,97); }

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

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

 a { background-color: rgb(174,86,97); }

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

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

 span { border-color: rgb(174,86,97); }

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