#AA4562

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

Shades of Rouge #AA4562

Tints of Rouge #AA4562

Color information

#AA4562 (or 0xAA4562) is unknown color: approx Rouge. HEX triplet: AA, 45 and 62. RGB value is (170,69,98). Sum of RGB (Red+Green+Blue) = 170+69+98=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4562 is #55BA9D. Grayscale: #666666. Windows color (decimal): -5618334 or 6440362. OLE color: 6440362.

HSL color Cylindrical-coordinate representation of color #AA4562: hue angle of 342.77º 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 #AA4562 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1706998-
CMYK00.590.420.33
HSL342.77º42.26%46.86%-
HSV(B)342.77º59.41%66.67%-
XYZ20.9113.6813.09-
YUV102.5125.46176.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=50.45%
G=20.47%
B=29.08%

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
Decimal170699800.590.420.33342.7742.2646.86
HexAA456203B2A211572a2f
Octal25210514207352415275257
Binary10101010100010111000100111011101010100001101010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4562; }

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

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

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

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

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

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

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

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