#AE506E

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

Shades of Royal Heath #AE506E

Tints of Royal Heath #AE506E

Color information

#AE506E (or 0xAE506E) is unknown color: approx Royal Heath. HEX triplet: AE, 50 and 6E. RGB value is (174,80,110). Sum of RGB (Red+Green+Blue) = 174+80+110=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE506E is #51AF91. Grayscale: #6F6F6F. Windows color (decimal): -5353362 or 7229614. OLE color: 7229614.

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

Color convert

RGB17480110-
CMYK00.540.370.32
HSL340.85º37.01%49.8%-
HSV(B)340.85º54.02%68.24%-
XYZ23.1415.8616.59-
YUV111.53127.14172.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=47.80%
G=21.98%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748011000.540.370.32340.8537.0149.8
HexAE506E03625201552532
Octal25612015606645405254562
Binary10101110101000011011100110110100101100000101010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE506E; }

 p { color: rgb(174,80,110); }

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

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

 a { background-color: rgb(174,80,110); }

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

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

 span { border-color: rgb(174,80,110); }

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