#AE5273

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

Shades of Royal Heath #AE5273

Tints of Royal Heath #AE5273

Color information

#AE5273 (or 0xAE5273) is unknown color: approx Royal Heath. HEX triplet: AE, 52 and 73. RGB value is (174,82,115). Sum of RGB (Red+Green+Blue) = 174+82+115=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5273 is #51AD8C. Grayscale: #717171. Windows color (decimal): -5352845 or 7557806. OLE color: 7557806.

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

Color convert

RGB17482115-
CMYK00.530.340.32
HSL338.48º36.22%50.2%-
HSV(B)338.48º52.87%68.24%-
XYZ23.5716.2718.12-
YUV113.27128.98171.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=46.90%
G=22.10%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748211500.530.340.32338.4836.2250.2
HexAE527303522201522432
Octal25612216306542405224462
Binary10101110101001011100110110101100010100000101010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5273; }

 p { color: rgb(174,82,115); }

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

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

 a { background-color: rgb(174,82,115); }

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

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

 span { border-color: rgb(174,82,115); }

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