#A63F6B

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

Shades of Rouge #A63F6B

Tints of Rouge #A63F6B

Color information

#A63F6B (or 0xA63F6B) is unknown color: approx Rouge. HEX triplet: A6, 3F and 6B. RGB value is (166,63,107). Sum of RGB (Red+Green+Blue) = 166+63+107=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F6B is #59C094. Grayscale: #626262. Windows color (decimal): -5882005 or 7028646. OLE color: 7028646.

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

Color convert

RGB16663107-
CMYK00.620.360.35
HSL334.37º44.98%44.9%-
HSV(B)334.37º62.05%65.1%-
XYZ20.1612.7215.3-
YUV98.81132.62175.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=49.40%
G=18.75%
B=31.85%

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
Decimal1666310700.620.360.35334.3744.9844.9
HexA63F6B03E242314e2d2d
Octal2467715307644435165555
Binary1010011011111111010110111110100100100011101001110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F6B; }

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

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

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

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

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

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

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

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