#AE4B66

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

Shades of Blush #AE4B66

Tints of Blush #AE4B66

Color information

#AE4B66 (or 0xAE4B66) is unknown color: approx Blush. HEX triplet: AE, 4B and 66. RGB value is (174,75,102). Sum of RGB (Red+Green+Blue) = 174+75+102=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4B66 is #51B499. Grayscale: #6B6B6B. Windows color (decimal): -5354650 or 6704046. OLE color: 6704046.

HSL color Cylindrical-coordinate representation of color #AE4B66: hue angle of 343.64º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4B66 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17475102-
CMYK00.570.410.32
HSL343.64º39.76%48.82%-
HSV(B)343.64º56.9%68.24%-
XYZ22.3714.9914.28-
YUV107.68124.8175.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=49.57%
G=21.37%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747510200.570.410.32343.6439.7648.82
HexAE4B6603929201582831
Octal25611314607151405305061
Binary10101110100101111001100111001101001100000101011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B66; }

 p { color: rgb(174,75,102); }

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

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

 a { background-color: rgb(174,75,102); }

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

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

 span { border-color: rgb(174,75,102); }

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