#AE496E

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

Shades of Royal Heath #AE496E

Tints of Royal Heath #AE496E

Color information

#AE496E (or 0xAE496E) is unknown color: approx Royal Heath. HEX triplet: AE, 49 and 6E. RGB value is (174,73,110). Sum of RGB (Red+Green+Blue) = 174+73+110=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE496E is #51B691. Grayscale: #6B6B6B. Windows color (decimal): -5355154 or 7227822. OLE color: 7227822.

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

Color convert

RGB17473110-
CMYK00.580.370.32
HSL338.02º40.89%48.43%-
HSV(B)338.02º58.05%68.24%-
XYZ22.6514.8916.43-
YUV107.42129.46175.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=48.74%
G=20.45%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747311000.580.370.32338.0240.8948.43
HexAE496E03A25201522930
Octal25611115607245405225160
Binary10101110100100111011100111010100101100000101010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE496E; }

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

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

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

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

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

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

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

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