#A63A6E

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

Shades of Rouge #A63A6E

Tints of Rouge #A63A6E

Color information

#A63A6E (or 0xA63A6E) is unknown color: approx Rouge. HEX triplet: A6, 3A and 6E. RGB value is (166,58,110). Sum of RGB (Red+Green+Blue) = 166+58+110=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A6E is #59C591. Grayscale: #606060. Windows color (decimal): -5883282 or 7223974. OLE color: 7223974.

HSL color Cylindrical-coordinate representation of color #A63A6E: hue angle of 331.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A6E is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16658110-
CMYK00.650.340.35
HSL331.11º48.21%43.92%-
HSV(B)331.11º65.06%65.1%-
XYZ20.0512.2616.06-
YUV96.22135.78177.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=49.70%
G=17.37%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665811000.650.340.35331.1148.2143.92
HexA63A6E041222314b302c
Octal24672156010142435136054
Binary10100110111010110111001000001100010100011101001011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A6E; }

 p { color: rgb(166,58,110); }

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

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

 a { background-color: rgb(166,58,110); }

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

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

 span { border-color: rgb(166,58,110); }

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