#AE5271

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

Shades of Royal Heath #AE5271

Tints of Royal Heath #AE5271

Color information

#AE5271 (or 0xAE5271) is unknown color: approx Royal Heath. HEX triplet: AE, 52 and 71. RGB value is (174,82,113). Sum of RGB (Red+Green+Blue) = 174+82+113=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5271 is #51AD8E. Grayscale: #717171. Windows color (decimal): -5352847 or 7426734. OLE color: 7426734.

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

Color convert

RGB17482113-
CMYK00.530.350.32
HSL339.78º36.22%50.2%-
HSV(B)339.78º52.87%68.24%-
XYZ23.4516.2317.52-
YUV113.04127.98171.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=47.15%
G=22.22%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748211300.530.350.32339.7836.2250.2
HexAE527103523201542432
Octal25612216106543405244462
Binary10101110101001011100010110101100011100000101010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5271; }

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

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

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

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

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

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

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

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