#AA486E

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

Shades of Royal Heath #AA486E

Tints of Royal Heath #AA486E

Color information

#AA486E (or 0xAA486E) is unknown color: approx Royal Heath. HEX triplet: AA, 48 and 6E. RGB value is (170,72,110). Sum of RGB (Red+Green+Blue) = 170+72+110=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486E is #55B791. Grayscale: #696969. Windows color (decimal): -5617554 or 7227562. OLE color: 7227562.

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

Color convert

RGB17072110-
CMYK00.580.350.33
HSL336.73º40.5%47.45%-
HSV(B)336.73º57.65%66.67%-
XYZ21.7114.3116.37-
YUV105.63130.47173.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=48.30%
G=20.45%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707211000.580.350.33336.7340.547.45
HexAA486E03A2321151282f
Octal25211015607243415215057
Binary10101010100100011011100111010100011100001101010001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA486E; }

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

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

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

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

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

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

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

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