#AE446E

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

Shades of Royal Heath #AE446E

Tints of Royal Heath #AE446E

Color information

#AE446E (or 0xAE446E) is unknown color: approx Royal Heath. HEX triplet: AE, 44 and 6E. RGB value is (174,68,110). Sum of RGB (Red+Green+Blue) = 174+68+110=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE446E is #51BB91. Grayscale: #686868. Windows color (decimal): -5356434 or 7226542. OLE color: 7226542.

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

Color convert

RGB17468110-
CMYK00.610.370.32
HSL336.23º43.8%47.45%-
HSV(B)336.23º60.92%68.24%-
XYZ22.3414.2616.33-
YUV104.48131.12177.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=49.43%
G=19.32%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746811000.610.370.32336.2343.847.45
HexAE446E03D25201502c2f
Octal25610415607545405205457
Binary10101110100010011011100111101100101100000101010000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE446E; }

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

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

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

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

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

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

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

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