#AE4C6B

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

Shades of Blush #AE4C6B

Tints of Blush #AE4C6B

Color information

#AE4C6B (or 0xAE4C6B) is unknown color: approx Blush. HEX triplet: AE, 4C and 6B. RGB value is (174,76,107). Sum of RGB (Red+Green+Blue) = 174+76+107=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C6B is #51B394. Grayscale: #6C6C6C. Windows color (decimal): -5354389 or 7031982. OLE color: 7031982.

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

Color convert

RGB17476107-
CMYK00.560.390.32
HSL341.02º39.2%49.02%-
HSV(B)341.02º56.32%68.24%-
XYZ22.6915.2315.65-
YUV108.84126.97174.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=48.74%
G=21.29%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747610700.560.390.32341.0239.249.02
HexAE4C6B03827201552731
Octal25611415307047405254761
Binary10101110100110011010110111000100111100000101010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C6B; }

 p { color: rgb(174,76,107); }

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

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

 a { background-color: rgb(174,76,107); }

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

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

 span { border-color: rgb(174,76,107); }

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