#A63663

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

Shades of Rouge #A63663

Tints of Rouge #A63663

Color information

#A63663 (or 0xA63663) is unknown color: approx Rouge. HEX triplet: A6, 36 and 63. RGB value is (166,54,99). Sum of RGB (Red+Green+Blue) = 166+54+99=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A63663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63663 is #59C99C. Grayscale: #5C5C5C. Windows color (decimal): -5884317 or 6502054. OLE color: 6502054.

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

Color convert

RGB1665499-
CMYK00.670.400.35
HSL335.89º50.91%43.14%-
HSV(B)335.89º67.47%65.1%-
XYZ19.311.6513.04-
YUV92.62131.61180.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=52.04%
G=16.93%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166549900.670.400.35335.8950.9143.14
HexA636630432823150332b
Octal24666143010350435206353
Binary10100110110110110001101000011101000100011101010000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63663; }

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

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

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

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

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

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

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

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