#AE4371

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

Shades of Royal Heath #AE4371

Tints of Royal Heath #AE4371

Color information

#AE4371 (or 0xAE4371) is unknown color: approx Royal Heath. HEX triplet: AE, 43 and 71. RGB value is (174,67,113). Sum of RGB (Red+Green+Blue) = 174+67+113=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4371 is #51BC8E. Grayscale: #686868. Windows color (decimal): -5356687 or 7422894. OLE color: 7422894.

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

Color convert

RGB17467113-
CMYK00.610.350.32
HSL334.21º44.4%47.25%-
HSV(B)334.21º61.49%68.24%-
XYZ22.4414.2117.18-
YUV104.24132.95177.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=49.15%
G=18.93%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746711300.610.350.32334.2144.447.25
HexAE437103D232014e2c2f
Octal25610316107543405165457
Binary10101110100001111100010111101100011100000101001110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4371; }

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

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

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

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

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

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

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

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