#A63E5E

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

Shades of Rouge #A63E5E

Tints of Rouge #A63E5E

Color information

#A63E5E (or 0xA63E5E) is unknown color: approx Rouge. HEX triplet: A6, 3E and 5E. RGB value is (166,62,94). Sum of RGB (Red+Green+Blue) = 166+62+94=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E5E is #59C1A1. Grayscale: #606060. Windows color (decimal): -5882274 or 6176422. OLE color: 6176422.

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

Color convert

RGB1666294-
CMYK00.630.430.35
HSL341.54º45.61%44.71%-
HSV(B)341.54º62.65%65.1%-
XYZ19.4712.3611.95-
YUV96.74126.46177.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=51.55%
G=19.25%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166629400.630.430.35341.5445.6144.71
HexA63E5E03F2B231562e2d
Octal2467613607753435265655
Binary1010011011111010111100111111101011100011101010110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E5E; }

 p { color: rgb(166,62,94); }

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

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

 a { background-color: rgb(166,62,94); }

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

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

 span { border-color: rgb(166,62,94); }

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