#A63168

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

Shades of Rouge #A63168

Tints of Rouge #A63168

Color information

#A63168 (or 0xA63168) is unknown color: approx Rouge. HEX triplet: A6, 31 and 68. RGB value is (166,49,104). Sum of RGB (Red+Green+Blue) = 166+49+104=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A63168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63168 is #59CE97. Grayscale: #5A5A5A. Windows color (decimal): -5885592 or 6828454. OLE color: 6828454.

HSL color Cylindrical-coordinate representation of color #A63168: hue angle of 331.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63168 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16649104-
CMYK00.700.370.35
HSL331.79º54.42%42.16%-
HSV(B)331.79º70.48%65.1%-
XYZ19.3211.314.26-
YUV90.25135.76182.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=52.04%
G=15.36%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664910400.700.370.35331.7954.4242.16
HexA63168046252314c362a
Octal24661150010645435146652
Binary10100110110001110100001000110100101100011101001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63168; }

 p { color: rgb(166,49,104); }

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

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

 a { background-color: rgb(166,49,104); }

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

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

 span { border-color: rgb(166,49,104); }

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