#AA4563

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

Shades of Rouge #AA4563

Tints of Rouge #AA4563

Color information

#AA4563 (or 0xAA4563) is unknown color: approx Rouge. HEX triplet: AA, 45 and 63. RGB value is (170,69,99). Sum of RGB (Red+Green+Blue) = 170+69+99=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4563 is #55BA9C. Grayscale: #666666. Windows color (decimal): -5618333 or 6505898. OLE color: 6505898.

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

Color convert

RGB1706999-
CMYK00.590.420.33
HSL342.18º42.26%46.86%-
HSV(B)342.18º59.41%66.67%-
XYZ20.9613.713.34-
YUV102.62125.96176.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=50.30%
G=20.41%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170699900.590.420.33342.1842.2646.86
HexAA456303B2A211562a2f
Octal25210514307352415265257
Binary10101010100010111000110111011101010100001101010110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4563; }

 p { color: rgb(170,69,99); }

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

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

 a { background-color: rgb(170,69,99); }

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

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

 span { border-color: rgb(170,69,99); }

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