#AE4C6C

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

Shades of Royal Heath #AE4C6C

Tints of Royal Heath #AE4C6C

Color information

#AE4C6C (or 0xAE4C6C) is unknown color: approx Royal Heath. HEX triplet: AE, 4C and 6C. RGB value is (174,76,108). Sum of RGB (Red+Green+Blue) = 174+76+108=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C6C is #51B393. Grayscale: #6C6C6C. Windows color (decimal): -5354388 or 7097518. OLE color: 7097518.

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

Color convert

RGB17476108-
CMYK00.560.380.32
HSL340.41º39.2%49.02%-
HSV(B)340.41º56.32%68.24%-
XYZ22.7515.2515.93-
YUV108.95127.47174.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=48.60%
G=21.23%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747610800.560.380.32340.4139.249.02
HexAE4C6C03826201542731
Octal25611415407046405244761
Binary10101110100110011011000111000100110100000101010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C6C; }

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

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

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

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

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

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

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

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