#A63561

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

Shades of Rouge #A63561

Tints of Rouge #A63561

Color information

#A63561 (or 0xA63561) is unknown color: approx Rouge. HEX triplet: A6, 35 and 61. RGB value is (166,53,97). Sum of RGB (Red+Green+Blue) = 166+53+97=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A63561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63561 is #59CA9E. Grayscale: #5B5B5B. Windows color (decimal): -5884575 or 6370726. OLE color: 6370726.

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

Color convert

RGB1665397-
CMYK00.680.420.35
HSL336.64º51.6%42.94%-
HSV(B)336.64º68.07%65.1%-
XYZ19.1611.5212.52-
YUV91.8130.94180.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=52.53%
G=16.77%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166539700.680.420.35336.6451.642.94
HexA635610442A23151342b
Octal24665141010452435216453
Binary10100110110101110000101000100101010100011101010001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63561; }

 p { color: rgb(166,53,97); }

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

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

 a { background-color: rgb(166,53,97); }

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

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

 span { border-color: rgb(166,53,97); }

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