#AE5372

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

Shades of Royal Heath #AE5372

Tints of Royal Heath #AE5372

Color information

#AE5372 (or 0xAE5372) is unknown color: approx Royal Heath. HEX triplet: AE, 53 and 72. RGB value is (174,83,114). Sum of RGB (Red+Green+Blue) = 174+83+114=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5372 is #51AC8D. Grayscale: #717171. Windows color (decimal): -5352590 or 7492526. OLE color: 7492526.

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

Color convert

RGB17483114-
CMYK00.520.340.32
HSL339.56º35.97%50.39%-
HSV(B)339.56º52.3%68.24%-
XYZ23.5916.417.84-
YUV113.74128.15170.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=46.90%
G=22.37%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748311400.520.340.32339.5635.9750.39
HexAE537203422201542432
Octal25612316206442405244462
Binary10101110101001111100100110100100010100000101010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5372; }

 p { color: rgb(174,83,114); }

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

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

 a { background-color: rgb(174,83,114); }

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

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

 span { border-color: rgb(174,83,114); }

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