#AE466E

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

Shades of Royal Heath #AE466E

Tints of Royal Heath #AE466E

Color information

#AE466E (or 0xAE466E) is unknown color: approx Royal Heath. HEX triplet: AE, 46 and 6E. RGB value is (174,70,110). Sum of RGB (Red+Green+Blue) = 174+70+110=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE466E is #51B991. Grayscale: #696969. Windows color (decimal): -5355922 or 7227054. OLE color: 7227054.

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

Color convert

RGB17470110-
CMYK00.600.370.32
HSL336.92º42.62%47.84%-
HSV(B)336.92º59.77%68.24%-
XYZ22.4614.516.37-
YUV105.66130.46176.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=49.15%
G=19.77%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747011000.600.370.32336.9242.6247.84
HexAE466E03C25201512b30
Octal25610615607445405215360
Binary10101110100011011011100111100100101100000101010001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE466E; }

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

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

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

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

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

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

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

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