#AE4873

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

Shades of Royal Heath #AE4873

Tints of Royal Heath #AE4873

Color information

#AE4873 (or 0xAE4873) is unknown color: approx Royal Heath. HEX triplet: AE, 48 and 73. RGB value is (174,72,115). Sum of RGB (Red+Green+Blue) = 174+72+115=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4873 is #51B78C. Grayscale: #6B6B6B. Windows color (decimal): -5355405 or 7555246. OLE color: 7555246.

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

Color convert

RGB17472115-
CMYK00.590.340.32
HSL334.71º41.46%48.24%-
HSV(B)334.71º58.62%68.24%-
XYZ22.8714.8717.88-
YUV107.4132.29175.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=48.20%
G=19.94%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747211500.590.340.32334.7141.4648.24
HexAE487303B222014f2930
Octal25611016307342405175160
Binary10101110100100011100110111011100010100000101001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4873; }

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

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

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

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

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

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

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

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