#AE5671

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

Shades of Royal Heath #AE5671

Tints of Royal Heath #AE5671

Color information

#AE5671 (or 0xAE5671) is unknown color: approx Royal Heath. HEX triplet: AE, 56 and 71. RGB value is (174,86,113). Sum of RGB (Red+Green+Blue) = 174+86+113=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5671 is #51A98E. Grayscale: #737373. Windows color (decimal): -5351823 or 7427758. OLE color: 7427758.

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

Color convert

RGB17486113-
CMYK00.510.350.32
HSL341.59º35.2%50.98%-
HSV(B)341.59º50.57%68.24%-
XYZ23.7616.8517.62-
YUV115.39126.65169.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=46.65%
G=23.06%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748611300.510.350.32341.5935.250.98
HexAE567103323201562333
Octal25612616106343405264363
Binary10101110101011011100010110011100011100000101010110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5671; }

 p { color: rgb(174,86,113); }

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

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

 a { background-color: rgb(174,86,113); }

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

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

 span { border-color: rgb(174,86,113); }

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