#A63E6B

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

Shades of Rouge #A63E6B

Tints of Rouge #A63E6B

Color information

#A63E6B (or 0xA63E6B) is unknown color: approx Rouge. HEX triplet: A6, 3E and 6B. RGB value is (166,62,107). Sum of RGB (Red+Green+Blue) = 166+62+107=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E6B is #59C194. Grayscale: #626262. Windows color (decimal): -5882261 or 7028390. OLE color: 7028390.

HSL color Cylindrical-coordinate representation of color #A63E6B: hue angle of 334.04º 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 #A63E6B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16662107-
CMYK00.630.360.35
HSL334.04º45.61%44.71%-
HSV(B)334.04º62.65%65.1%-
XYZ20.112.6115.29-
YUV98.23132.96176.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=49.55%
G=18.51%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666210700.630.360.35334.0445.6144.71
HexA63E6B03F242314e2e2d
Octal2467615307744435165655
Binary1010011011111011010110111111100100100011101001110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E6B; }

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

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

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

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

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

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

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

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