#A63B73

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

Shades of Rouge #A63B73

Tints of Rouge #A63B73

Color information

#A63B73 (or 0xA63B73) is unknown color: approx Rouge. HEX triplet: A6, 3B and 73. RGB value is (166,59,115). Sum of RGB (Red+Green+Blue) = 166+59+115=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B73 is #59C48C. Grayscale: #616161. Windows color (decimal): -5883021 or 7551910. OLE color: 7551910.

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

Color convert

RGB16659115-
CMYK00.640.310.35
HSL328.6º47.56%44.12%-
HSV(B)328.6º64.46%65.1%-
XYZ20.3812.4717.55-
YUV97.38137.95176.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 59 (23.44% from 255) = 17.35%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=48.82%
G=17.35%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665911500.640.310.35328.647.5644.12
HexA63B730401F23149302c
Octal24673163010037435116054
Binary1010011011101111100110100000011111100011101001001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B73; }

 p { color: rgb(166,59,115); }

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

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

 a { background-color: rgb(166,59,115); }

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

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

 span { border-color: rgb(166,59,115); }

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