#A63F6A

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

Shades of Rouge #A63F6A

Tints of Rouge #A63F6A

Color information

#A63F6A (or 0xA63F6A) is unknown color: approx Rouge. HEX triplet: A6, 3F and 6A. RGB value is (166,63,106). Sum of RGB (Red+Green+Blue) = 166+63+106=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F6A is #59C095. Grayscale: #626262. Windows color (decimal): -5882006 or 6963110. OLE color: 6963110.

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

Color convert

RGB16663106-
CMYK00.620.360.35
HSL334.95º44.98%44.9%-
HSV(B)334.95º62.05%65.1%-
XYZ20.112.715.03-
YUV98.7132.12176-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=49.55%
G=18.81%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666310600.620.360.35334.9544.9844.9
HexA63F6A03E242314f2d2d
Octal2467715207644435175555
Binary1010011011111111010100111110100100100011101001111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F6A; }

 p { color: rgb(166,63,106); }

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

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

 a { background-color: rgb(166,63,106); }

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

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

 span { border-color: rgb(166,63,106); }

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