#AE5471

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

Shades of Royal Heath #AE5471

Tints of Royal Heath #AE5471

Color information

#AE5471 (or 0xAE5471) is unknown color: approx Royal Heath. HEX triplet: AE, 54 and 71. RGB value is (174,84,113). Sum of RGB (Red+Green+Blue) = 174+84+113=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5471 is #51AB8E. Grayscale: #727272. Windows color (decimal): -5352335 or 7427246. OLE color: 7427246.

HSL color Cylindrical-coordinate representation of color #AE5471: hue angle of 340.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5471 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17484113-
CMYK00.520.350.32
HSL340.67º35.71%50.59%-
HSV(B)340.67º51.72%68.24%-
XYZ23.6116.5317.57-
YUV114.22127.32170.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=46.90%
G=22.64%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748411300.520.350.32340.6735.7150.59
HexAE547103423201552433
Octal25612416106443405254463
Binary10101110101010011100010110100100011100000101010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5471; }

 p { color: rgb(174,84,113); }

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

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

 a { background-color: rgb(174,84,113); }

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

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

 span { border-color: rgb(174,84,113); }

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