#AE5274

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

Shades of Royal Heath #AE5274

Tints of Royal Heath #AE5274

Color information

#AE5274 (or 0xAE5274) is unknown color: approx Royal Heath. HEX triplet: AE, 52 and 74. RGB value is (174,82,116). Sum of RGB (Red+Green+Blue) = 174+82+116=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5274 is #51AD8B. Grayscale: #717171. Windows color (decimal): -5352844 or 7623342. OLE color: 7623342.

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

Color convert

RGB17482116-
CMYK00.530.330.32
HSL337.83º36.22%50.2%-
HSV(B)337.83º52.87%68.24%-
XYZ23.6316.2918.42-
YUV113.38129.48171.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=46.77%
G=22.04%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748211600.530.330.32337.8336.2250.2
HexAE527403521201522432
Octal25612216406541405224462
Binary10101110101001011101000110101100001100000101010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5274; }

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

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

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

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

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

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

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

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