#AA4A6D

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

Shades of Royal Heath #AA4A6D

Tints of Royal Heath #AA4A6D

Color information

#AA4A6D (or 0xAA4A6D) is unknown color: approx Royal Heath. HEX triplet: AA, 4A and 6D. RGB value is (170,74,109). Sum of RGB (Red+Green+Blue) = 170+74+109=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A6D is #55B592. Grayscale: #6A6A6A. Windows color (decimal): -5617043 or 7162538. OLE color: 7162538.

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

Color convert

RGB17074109-
CMYK00.560.360.33
HSL338.12º39.34%47.84%-
HSV(B)338.12º56.47%66.67%-
XYZ21.7914.5516.13-
YUV106.69129.3173.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=48.16%
G=20.96%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707410900.560.360.33338.1239.3447.84
HexAA4A6D03824211522730
Octal25211215507044415224760
Binary10101010100101011011010111000100100100001101010010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A6D; }

 p { color: rgb(170,74,109); }

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

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

 a { background-color: rgb(170,74,109); }

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

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

 span { border-color: rgb(170,74,109); }

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