#AA4E6E

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

Shades of Royal Heath #AA4E6E

Tints of Royal Heath #AA4E6E

Color information

#AA4E6E (or 0xAA4E6E) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 6E. RGB value is (170,78,110). Sum of RGB (Red+Green+Blue) = 170+78+110=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E6E is #55B191. Grayscale: #6D6D6D. Windows color (decimal): -5616018 or 7229098. OLE color: 7229098.

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

Color convert

RGB17078110-
CMYK00.540.350.33
HSL339.13º37.1%48.63%-
HSV(B)339.13º54.12%66.67%-
XYZ22.1215.1216.5-
YUV109.16128.48171.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=47.49%
G=21.79%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707811000.540.350.33339.1337.148.63
HexAA4E6E03623211532531
Octal25211615606643415234561
Binary10101010100111011011100110110100011100001101010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E6E; }

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

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

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

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

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

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

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

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