#A63B6C

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

Shades of Rouge #A63B6C

Tints of Rouge #A63B6C

Color information

#A63B6C (or 0xA63B6C) is unknown color: approx Rouge. HEX triplet: A6, 3B and 6C. RGB value is (166,59,108). Sum of RGB (Red+Green+Blue) = 166+59+108=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B6C is #59C493. Grayscale: #606060. Windows color (decimal): -5883028 or 7093158. OLE color: 7093158.

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

Color convert

RGB16659108-
CMYK00.640.350.35
HSL332.52º47.56%44.12%-
HSV(B)332.52º64.46%65.1%-
XYZ2012.3215.51-
YUV96.58134.45177.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.85%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=49.85%
G=17.72%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665910800.640.350.35332.5247.5644.12
HexA63B6C040232314d302c
Octal24673154010043435156054
Binary10100110111011110110001000000100011100011101001101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B6C; }

 p { color: rgb(166,59,108); }

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

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

 a { background-color: rgb(166,59,108); }

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

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

 span { border-color: rgb(166,59,108); }

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