#AE467E

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

Shades of Royal Heath #AE467E

Tints of Royal Heath #AE467E

Color information

#AE467E (or 0xAE467E) is unknown color: approx Royal Heath. HEX triplet: AE, 46 and 7E. RGB value is (174,70,126). Sum of RGB (Red+Green+Blue) = 174+70+126=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE467E is #51B981. Grayscale: #6B6B6B. Windows color (decimal): -5355906 or 8275630. OLE color: 8275630.

HSL color Cylindrical-coordinate representation of color #AE467E: hue angle of 327.69º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE467E is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17470126-
CMYK00.600.280.32
HSL327.69º42.62%47.84%-
HSV(B)327.69º59.77%68.24%-
XYZ23.4114.8921.38-
YUV107.48138.46175.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=47.03%
G=18.92%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747012600.600.280.32327.6942.6247.84
HexAE467E03C1C201482b30
Octal25610617607434405105360
Binary1010111010001101111110011110011100100000101001000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE467E; }

 p { color: rgb(174,70,126); }

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

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

 a { background-color: rgb(174,70,126); }

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

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

 span { border-color: rgb(174,70,126); }

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