#AE606A

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

Shades of Blush #AE606A

Tints of Blush #AE606A

Color information

#AE606A (or 0xAE606A) is unknown color: approx Blush. HEX triplet: AE, 60 and 6A. RGB value is (174,96,106). Sum of RGB (Red+Green+Blue) = 174+96+106=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE606A is #519F95. Grayscale: #787878. Windows color (decimal): -5349270 or 6971566. OLE color: 6971566.

HSL color Cylindrical-coordinate representation of color #AE606A: hue angle of 352.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE606A is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17496106-
CMYK00.450.390.32
HSL352.31º32.5%52.94%-
HSV(B)352.31º44.83%68.24%-
XYZ24.2418.4115.91-
YUV120.46119.84166.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=46.28%
G=25.53%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749610600.450.390.32352.3132.552.94
HexAE606A02D27201602035
Octal25614015205547405404065
Binary10101110110000011010100101101100111100000101100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE606A; }

 p { color: rgb(174,96,106); }

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

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

 a { background-color: rgb(174,96,106); }

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

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

 span { border-color: rgb(174,96,106); }

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