#A92E63

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

Shades of Rouge #A92E63

Tints of Rouge #A92E63

Color information

#A92E63 (or 0xA92E63) is unknown color: approx Rouge. HEX triplet: A9, 2E and 63. RGB value is (169,46,99). Sum of RGB (Red+Green+Blue) = 169+46+99=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92E63 is #56D19C. Grayscale: #585858. Windows color (decimal): -5689757 or 6500009. OLE color: 6500009.

HSL color Cylindrical-coordinate representation of color #A92E63: hue angle of 334.15º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92E63 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1694699-
CMYK00.730.410.34
HSL334.15º57.21%42.16%-
HSV(B)334.15º72.78%66.27%-
XYZ19.5911.2912.95-
YUV88.82133.75185.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 46 (18.36% from 255) = 14.65%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=53.82%
G=14.65%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169469900.730.410.34334.1557.2142.16
HexA92E63049292214e392a
Octal25156143011151425167152
Binary10101001101110110001101001001101001100010101001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E63; }

 p { color: rgb(169,46,99); }

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

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

 a { background-color: rgb(169,46,99); }

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

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

 span { border-color: rgb(169,46,99); }

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