#AA2F63

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

Shades of Rouge #AA2F63

Tints of Rouge #AA2F63

Color information

#AA2F63 (or 0xAA2F63) is unknown color: approx Rouge. HEX triplet: AA, 2F and 63. RGB value is (170,47,99). Sum of RGB (Red+Green+Blue) = 170+47+99=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2F63 is #55D09C. Grayscale: #595959. Windows color (decimal): -5623965 or 6500266. OLE color: 6500266.

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

Color convert

RGB1704799-
CMYK00.720.420.33
HSL334.63º56.68%42.55%-
HSV(B)334.63º72.35%66.67%-
XYZ19.8511.4812.97-
YUV89.7133.25185.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 47 (18.75% from 255) = 14.87%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=53.80%
G=14.87%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170479900.720.420.33334.6356.6842.55
HexAA2F630482A2114f392b
Octal25257143011052415177153
Binary10101010101111110001101001000101010100001101001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2F63; }

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

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

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

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

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

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

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

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