#AE4373

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

Shades of Royal Heath #AE4373

Tints of Royal Heath #AE4373

Color information

#AE4373 (or 0xAE4373) is unknown color: approx Royal Heath. HEX triplet: AE, 43 and 73. RGB value is (174,67,115). Sum of RGB (Red+Green+Blue) = 174+67+115=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4373 is #51BC8C. Grayscale: #686868. Windows color (decimal): -5356685 or 7553966. OLE color: 7553966.

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

Color convert

RGB17467115-
CMYK00.610.340.32
HSL333.08º44.4%47.25%-
HSV(B)333.08º61.49%68.24%-
XYZ22.5614.2517.78-
YUV104.46133.95177.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=48.88%
G=18.82%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746711500.610.340.32333.0844.447.25
HexAE437303D222014d2c2f
Octal25610316307542405155457
Binary10101110100001111100110111101100010100000101001101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4373; }

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

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

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

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

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

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

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

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