#A63A72

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

Shades of Rouge #A63A72

Tints of Rouge #A63A72

Color information

#A63A72 (or 0xA63A72) is unknown color: approx Rouge. HEX triplet: A6, 3A and 72. RGB value is (166,58,114). Sum of RGB (Red+Green+Blue) = 166+58+114=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A72 is #59C58D. Grayscale: #606060. Windows color (decimal): -5883278 or 7486118. OLE color: 7486118.

HSL color Cylindrical-coordinate representation of color #A63A72: hue angle of 328.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A72 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16658114-
CMYK00.650.310.35
HSL328.89º48.21%43.92%-
HSV(B)328.89º65.06%65.1%-
XYZ20.2812.3517.23-
YUV96.68137.78177.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=49.11%
G=17.16%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665811400.650.310.35328.8948.2143.92
HexA63A720411F23149302c
Octal24672162010137435116054
Binary1010011011101011100100100000111111100011101001001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A72; }

 p { color: rgb(166,58,114); }

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

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

 a { background-color: rgb(166,58,114); }

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

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

 span { border-color: rgb(166,58,114); }

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