#A63A66

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

Shades of Rouge #A63A66

Tints of Rouge #A63A66

Color information

#A63A66 (or 0xA63A66) is unknown color: approx Rouge. HEX triplet: A6, 3A and 66. RGB value is (166,58,102). Sum of RGB (Red+Green+Blue) = 166+58+102=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A66 is #59C599. Grayscale: #5F5F5F. Windows color (decimal): -5883290 or 6699686. OLE color: 6699686.

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

Color convert

RGB16658102-
CMYK00.650.390.35
HSL335.56º48.21%43.92%-
HSV(B)335.56º65.06%65.1%-
XYZ19.6412.0913.87-
YUV95.31131.78178.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=50.92%
G=17.79%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665810200.650.390.35335.5648.2143.92
HexA63A660412723150302c
Octal24672146010147435206054
Binary10100110111010110011001000001100111100011101010000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A66; }

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

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

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

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

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

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

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

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