#AA496E

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

Shades of Royal Heath #AA496E

Tints of Royal Heath #AA496E

Color information

#AA496E (or 0xAA496E) is unknown color: approx Royal Heath. HEX triplet: AA, 49 and 6E. RGB value is (170,73,110). Sum of RGB (Red+Green+Blue) = 170+73+110=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA496E is #55B691. Grayscale: #6A6A6A. Windows color (decimal): -5617298 or 7227818. OLE color: 7227818.

HSL color Cylindrical-coordinate representation of color #AA496E: hue angle of 337.11º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA496E is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17073110-
CMYK00.570.350.33
HSL337.11º39.92%47.65%-
HSV(B)337.11º57.06%66.67%-
XYZ21.7714.4416.39-
YUV106.22130.14173.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=48.16%
G=20.68%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707311000.570.350.33337.1139.9247.65
HexAA496E03923211512830
Octal25211115607143415215060
Binary10101010100100111011100111001100011100001101010001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA496E; }

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

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

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

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

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

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

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

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