#A63B76

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

Shades of Rouge #A63B76

Tints of Rouge #A63B76

Color information

#A63B76 (or 0xA63B76) is unknown color: approx Rouge. HEX triplet: A6, 3B and 76. RGB value is (166,59,118). Sum of RGB (Red+Green+Blue) = 166+59+118=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B76 is #59C489. Grayscale: #616161. Windows color (decimal): -5883018 or 7748518. OLE color: 7748518.

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

Color convert

RGB16659118-
CMYK00.640.290.35
HSL326.92º47.56%44.12%-
HSV(B)326.92º64.46%65.1%-
XYZ20.5612.5418.48-
YUV97.72139.45176.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=48.40%
G=17.20%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665911800.640.290.35326.9247.5644.12
HexA63B760401D23147302c
Octal24673166010035435076054
Binary1010011011101111101100100000011101100011101000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B76; }

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

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

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

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

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

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

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

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