#A63364

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

Shades of Rouge #A63364

Tints of Rouge #A63364

Color information

#A63364 (or 0xA63364) is unknown color: approx Rouge. HEX triplet: A6, 33 and 64. RGB value is (166,51,100). Sum of RGB (Red+Green+Blue) = 166+51+100=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63364 is #59CC9B. Grayscale: #5A5A5A. Windows color (decimal): -5885084 or 6566822. OLE color: 6566822.

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

Color convert

RGB16651100-
CMYK00.690.400.35
HSL334.43º53%42.55%-
HSV(B)334.43º69.28%65.1%-
XYZ19.2111.3913.24-
YUV90.97133.1181.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=52.37%
G=16.09%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665110000.690.400.35334.435342.55
HexA63364045282314e352b
Octal24663144010550435166553
Binary10100110110011110010001000101101000100011101001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63364; }

 p { color: rgb(166,51,100); }

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

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

 a { background-color: rgb(166,51,100); }

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

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

 span { border-color: rgb(166,51,100); }

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