#AE4A70

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

Shades of Royal Heath #AE4A70

Tints of Royal Heath #AE4A70

Color information

#AE4A70 (or 0xAE4A70) is unknown color: approx Royal Heath. HEX triplet: AE, 4A and 70. RGB value is (174,74,112). Sum of RGB (Red+Green+Blue) = 174+74+112=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A70 is #51B58F. Grayscale: #6C6C6C. Windows color (decimal): -5354896 or 7359150. OLE color: 7359150.

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

Color convert

RGB17474112-
CMYK00.570.360.32
HSL337.2º40.32%48.63%-
HSV(B)337.2º57.47%68.24%-
XYZ22.8315.0717.03-
YUV108.23130.13174.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=48.33%
G=20.56%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747411200.570.360.32337.240.3248.63
HexAE4A7003924201512831
Octal25611216007144405215061
Binary10101110100101011100000111001100100100000101010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A70; }

 p { color: rgb(174,74,112); }

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

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

 a { background-color: rgb(174,74,112); }

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

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

 span { border-color: rgb(174,74,112); }

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