#AE4074

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

Shades of Royal Heath #AE4074

Tints of Royal Heath #AE4074

Color information

#AE4074 (or 0xAE4074) is unknown color: approx Royal Heath. HEX triplet: AE, 40 and 74. RGB value is (174,64,116). Sum of RGB (Red+Green+Blue) = 174+64+116=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4074 is #51BF8B. Grayscale: #666666. Windows color (decimal): -5357452 or 7618734. OLE color: 7618734.

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

Color convert

RGB17464116-
CMYK00.630.330.32
HSL331.64º46.22%46.67%-
HSV(B)331.64º63.22%68.24%-
XYZ22.4413.9318.03-
YUV102.82135.44178.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=49.15%
G=18.08%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746411600.630.330.32331.6446.2246.67
HexAE407403F212014c2e2f
Octal25610016407741405145657
Binary10101110100000011101000111111100001100000101001100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4074; }

 p { color: rgb(174,64,116); }

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

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

 a { background-color: rgb(174,64,116); }

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

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

 span { border-color: rgb(174,64,116); }

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