#A63963

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

Shades of Rouge #A63963

Tints of Rouge #A63963

Color information

#A63963 (or 0xA63963) is unknown color: approx Rouge. HEX triplet: A6, 39 and 63. RGB value is (166,57,99). Sum of RGB (Red+Green+Blue) = 166+57+99=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63963 is #59C69C. Grayscale: #5E5E5E. Windows color (decimal): -5883549 or 6502822. OLE color: 6502822.

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

Color convert

RGB1665799-
CMYK00.660.400.35
HSL336.88º48.88%43.73%-
HSV(B)336.88º65.66%65.1%-
XYZ19.4411.9313.08-
YUV94.38130.61179.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=51.55%
G=17.70%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166579900.660.400.35336.8848.8843.73
HexA639630422823151312c
Octal24671143010250435216154
Binary10100110111001110001101000010101000100011101010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63963; }

 p { color: rgb(166,57,99); }

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

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

 a { background-color: rgb(166,57,99); }

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

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

 span { border-color: rgb(166,57,99); }

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