#aa4475

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

Shades of Royal Heath #AA4475

Tints of Royal Heath #AA4475

Color information

#AA4475 (or 0xAA4475) is unknown color: approx Royal Heath. HEX triplet: AA, 44 and 75. RGB value is (170,68,117). Sum of RGB (Red+Green+Blue) = 170+68+117=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4475 is #55BB8A. Grayscale: #676767. Windows color (decimal): -5618571 or 7685290. OLE color: 7685290.

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

Color convert

RGB17068117-
CMYK00.60.310.33
HSL331.18º42.86%46.67%-
HSV(B)331.18º60%66.67%-
XYZ21.8613.9618.37-
YUV104.08135.29175.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=47.89%
G=19.15%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706811700.60.310.33331.1842.8646.67
HexAA447503C1F2114b2b2f
Octal25210416507437415135357
Binary1010101010001001110101011110011111100001101001011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4475; }

 p { color: rgb(170,68,117); }

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

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

 a { background-color: rgb(170,68,117); }

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

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

 span { border-color: rgb(170,68,117); }

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