#AE6063

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

Shades of Blush #AE6063

Tints of Blush #AE6063

Color information

#AE6063 (or 0xAE6063) is unknown color: approx Blush. HEX triplet: AE, 60 and 63. RGB value is (174,96,99). Sum of RGB (Red+Green+Blue) = 174+96+99=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6063 is #519F9C. Grayscale: #777777. Windows color (decimal): -5349277 or 6512814. OLE color: 6512814.

HSL color Cylindrical-coordinate representation of color #AE6063: hue angle of 357.69º 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 #AE6063 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1749699-
CMYK00.450.430.32
HSL357.69º32.5%52.94%-
HSV(B)357.69º44.83%68.24%-
XYZ23.8918.2714.07-
YUV119.66116.34166.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=47.15%
G=26.02%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174969900.450.430.32357.6932.552.94
HexAE606302D2B201662035
Octal25614014305553405464065
Binary10101110110000011000110101101101011100000101100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6063; }

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

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

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

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

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

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

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

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