#AE4370

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

Shades of Royal Heath #AE4370

Tints of Royal Heath #AE4370

Color information

#AE4370 (or 0xAE4370) is unknown color: approx Royal Heath. HEX triplet: AE, 43 and 70. RGB value is (174,67,112). Sum of RGB (Red+Green+Blue) = 174+67+112=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4370 is #51BC8F. Grayscale: #686868. Windows color (decimal): -5356688 or 7357358. OLE color: 7357358.

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

Color convert

RGB17467112-
CMYK00.610.360.32
HSL334.77º44.4%47.25%-
HSV(B)334.77º61.49%68.24%-
XYZ22.3914.1816.89-
YUV104.12132.45177.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=49.29%
G=18.98%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746711200.610.360.32334.7744.447.25
HexAE437003D242014f2c2f
Octal25610316007544405175457
Binary10101110100001111100000111101100100100000101001111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4370; }

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

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

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

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

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

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

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

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