#AE4670

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

Shades of Royal Heath #AE4670

Tints of Royal Heath #AE4670

Color information

#AE4670 (or 0xAE4670) is unknown color: approx Royal Heath. HEX triplet: AE, 46 and 70. RGB value is (174,70,112). Sum of RGB (Red+Green+Blue) = 174+70+112=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4670 is #51B98F. Grayscale: #696969. Windows color (decimal): -5355920 or 7358126. OLE color: 7358126.

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

Color convert

RGB17470112-
CMYK00.600.360.32
HSL335.77º42.62%47.84%-
HSV(B)335.77º59.77%68.24%-
XYZ22.5714.5516.95-
YUV105.88131.46176.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=48.88%
G=19.66%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747011200.600.360.32335.7742.6247.84
HexAE467003C24201502b30
Octal25610616007444405205360
Binary10101110100011011100000111100100100100000101010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4670; }

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

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

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

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

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

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

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

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